diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 00:55:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 00:55:00 +0000 |
commit | 675553e6c8471a1ad45a2eb83a63e12722d2fd4a (patch) | |
tree | 034016e3415f8eb714fa56fa7e78bb98abce9595 /net-p2p/gift/Makefile | |
parent | f0098e5d43ff45de875782aecde303e7bc25f738 (diff) | |
download | ports-675553e6c8471a1ad45a2eb83a63e12722d2fd4a.tar.gz ports-675553e6c8471a1ad45a2eb83a63e12722d2fd4a.zip |
Notes
Diffstat (limited to 'net-p2p/gift/Makefile')
-rw-r--r-- | net-p2p/gift/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index b58adea5b45a..5429f12b8566 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -7,7 +7,7 @@ PORTNAME= giFT PORTVERSION= 0.11.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -23,6 +23,7 @@ USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PERL5= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ @@ -30,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ INSTALLS_SHLIB= yes USE_RC_SUBR= yes -MAN1= giftd.1 +MAN1= giftd.1 DOC_FILES= AUTHORS COPYING src/ChangeLog \ INSTALL NEWS QUICKSTART README TODO |