diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-25 11:46:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-25 11:46:03 +0000 |
commit | 7d733ac553f31d8efac621af67182043ba8e31ff (patch) | |
tree | 48fd783c01c5c06980b0e997d81c686bd9df7f81 /net-p2p | |
parent | 85cc842076631583c082789c6800c31823f6dea1 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift-ares/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/gift-ares/Makefile b/net-p2p/gift-ares/Makefile index 05bc967f2229..6e09c1ae4753 100644 --- a/net-p2p/gift-ares/Makefile +++ b/net-p2p/gift-ares/Makefile @@ -7,6 +7,7 @@ PORTNAME= giFT-Ares PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= gift-ares @@ -17,10 +18,8 @@ COMMENT= giFT plugin for the Ares peer-to-peer filesharing network LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift -BROKEN= Configure fails - USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME2= pkgconfig +USE_GNOME= pkgconfig .include <bsd.port.mk> |