diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 15:32:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 15:32:43 +0800 |
commit | 225233022a045d9ff33ac0d08077cb6ca0c12979 (patch) | |
tree | a6cc68cf8c8886472eb6c15c7dc45b62ae3aec50 | |
parent | f4289d3fc673d8869501c2bfc2008c63dfb92dc6 (diff) | |
download | marcuscom-ports-225233022a045d9ff33ac0d08077cb6ca0c12979.tar marcuscom-ports-225233022a045d9ff33ac0d08077cb6ca0c12979.tar.gz marcuscom-ports-225233022a045d9ff33ac0d08077cb6ca0c12979.tar.bz2 marcuscom-ports-225233022a045d9ff33ac0d08077cb6ca0c12979.tar.lz marcuscom-ports-225233022a045d9ff33ac0d08077cb6ca0c12979.tar.xz marcuscom-ports-225233022a045d9ff33ac0d08077cb6ca0c12979.tar.zst marcuscom-ports-225233022a045d9ff33ac0d08077cb6ca0c12979.zip |
Add a dependency on gvfs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10119 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 9eb962a0c..3d72d0811 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.110 2008/01/15 02:49:20 mezz Exp $ # PORTNAME= libgnomeui PORTVERSION= 2.21.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -30,7 +30,7 @@ USE_XLIB= yes USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ - referencehack + referencehack gvfs USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_BISON= build |