diff options
author | ade <ade@FreeBSD.org> | 2002-04-13 03:40:34 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-13 03:40:34 +0800 |
commit | 360219d15979d2870819e6ec789e24ad5ef0d33e (patch) | |
tree | fbbaa800378efe534e39a850185789050f1bdca2 /net/fugu/Makefile | |
parent | a998dccb9e829eefdcfa937afba4a3e8f76bb29c (diff) | |
download | freebsd-ports-gnome-360219d15979d2870819e6ec789e24ad5ef0d33e.tar.gz freebsd-ports-gnome-360219d15979d2870819e6ec789e24ad5ef0d33e.tar.zst freebsd-ports-gnome-360219d15979d2870819e6ec789e24ad5ef0d33e.zip |
Update to 1.1.8, also fixing python problems with the previous version.
PR: 35898
Submitted by: maintainer
Diffstat (limited to 'net/fugu/Makefile')
-rw-r--r-- | net/fugu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fugu/Makefile b/net/fugu/Makefile index 81e8a4e8d5a5..02a8c52401c9 100644 --- a/net/fugu/Makefile +++ b/net/fugu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fugu -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.8 CATEGORIES= net python MASTER_SITES= http://fugu.gale.org/dist/ @@ -18,6 +18,7 @@ USE_OPENSSL= yes USE_PYTHON= yes USE_XLIB= yes USE_X_PREFIX= yes +USE_AUTOCONF= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |