diff options
author | June McEnroe <june@causal.agency> | 2020-08-07 17:00:16 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-07 17:00:16 +0000 |
commit | 4d400e4e8bd3e49efdb5c4adb8ee0c8591c80773 (patch) | |
tree | b4f440a59b0e2c897549a3d4d35519706f52564e /irc/pounce/Makefile | |
parent | Update catgirl to 1.1p1 (diff) | |
download | ports-4d400e4e8bd3e49efdb5c4adb8ee0c8591c80773.tar.gz ports-4d400e4e8bd3e49efdb5c4adb8ee0c8591c80773.zip |
Update pounce to 1.4
Diffstat (limited to 'irc/pounce/Makefile')
-rw-r--r-- | irc/pounce/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile index 6a5c656..7425b73 100644 --- a/irc/pounce/Makefile +++ b/irc/pounce/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pounce -DISTVERSION= 1.3p1 +DISTVERSION= 1.4 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/pounce/snapshot/ @@ -11,8 +11,7 @@ COMMENT= Multi-client IRC bouncer LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libtls.so:security/libressl -RUN_DEPENDS= ${LOCALBASE}/bin/openssl:security/libressl +LIB_DEPENDS= libtls.so:security/libretls HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man |