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/giftui | |
parent | - Update to version 0.9.2 (diff) |
- Add missing dependency
PR: ports/67841
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=111297
Diffstat (limited to 'net/giftui')
-rw-r--r-- | net/giftui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/giftui/Makefile b/net/giftui/Makefile index 593cfcd005bc..def4e07d6fa6 100644 --- a/net/giftui/Makefile +++ b/net/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 |