diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-11 19:03:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-11 19:03:56 +0000 |
commit | ca7364cdd2499883e87271772ee9a33ffe30e5b1 (patch) | |
tree | c1d30fdc1be6becc5cb353f9fc90510f876a6a05 /net-p2p/giftui | |
parent | e7d4ffb1f004300693e9daef9e1a46c7b50f1512 (diff) | |
download | ports-ca7364cdd2499883e87271772ee9a33ffe30e5b1.tar.gz ports-ca7364cdd2499883e87271772ee9a33ffe30e5b1.zip |
Notes
Diffstat (limited to 'net-p2p/giftui')
-rw-r--r-- | net-p2p/giftui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/giftui/Makefile b/net-p2p/giftui/Makefile index 593cfcd005bc..def4e07d6fa6 100644 --- a/net-p2p/giftui/Makefile +++ b/net-p2p/giftui/Makefile @@ -7,6 +7,7 @@ PORTNAME= giFTui PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= giftui @@ -19,7 +20,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gtk20 +USE_GNOME= gconf2 gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes |