diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 19:40:34 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 19:40:34 +0000 |
commit | ac5eadfcc776c1042782d686bd02aee1c7c13907 (patch) | |
tree | 45d18b74410311e4b17911ce783be9723935c1fb /net/fugu/Makefile | |
parent | Remove lang/lcc -- it's been broken for so long and there is no new (diff) |
Update to 1.1.8, also fixing python problems with the previous version.
PR: 35898
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57638
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 |