diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-13 01:01:22 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-13 01:01:22 +0800 |
commit | 18db08bf17b7d960c7febfbaaf2cf41c1bc96240 (patch) | |
tree | 7eafbf4672664f21128b6b2c988d70c443b0d164 /net/fugu/Makefile | |
parent | 4b96c8c34b0ce824a1ecc1042406b2f2f7290876 (diff) | |
download | freebsd-ports-gnome-18db08bf17b7d960c7febfbaaf2cf41c1bc96240.tar.gz freebsd-ports-gnome-18db08bf17b7d960c7febfbaaf2cf41c1bc96240.tar.zst freebsd-ports-gnome-18db08bf17b7d960c7febfbaaf2cf41c1bc96240.zip |
Update to 1.1.6
PR: 29246
Submitted by: maintainer
Diffstat (limited to 'net/fugu/Makefile')
-rw-r--r-- | net/fugu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/fugu/Makefile b/net/fugu/Makefile index 8ba60b4059d8..81e8a4e8d5a5 100644 --- a/net/fugu/Makefile +++ b/net/fugu/Makefile @@ -6,17 +6,18 @@ # PORTNAME= fugu -PORTVERSION= 1.0 +PORTVERSION= 1.1.6 CATEGORIES= net python MASTER_SITES= http://fugu.gale.org/dist/ MAINTAINER= peterh@sapros.com RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw -LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref +USE_OPENSSL= yes USE_PYTHON= yes USE_XLIB= yes +USE_X_PREFIX= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |