diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-04 16:41:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-04 16:41:17 +0000 |
commit | ee9b948995e7eb3155a3a6317d60ef7aae124dc8 (patch) | |
tree | d859a37547bdaeb30bc416f8ec73c8b6d06280d6 /x11-toolkits | |
parent | 89330d4c463ddea152fbd827803a39ca17e1ed3c (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/guile-gobject/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gobject/Makefile b/x11-toolkits/guile-gobject/Makefile index 464f406bed57..67ec0f5370c1 100644 --- a/x11-toolkits/guile-gobject/Makefile +++ b/x11-toolkits/guile-gobject/Makefile @@ -7,6 +7,7 @@ PORTNAME= guile-gobject PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://savannah.nongnu.org/download/guile-gtk/ @@ -17,7 +18,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_X_PREFIX= yes USE_BISON= yes -USE_GNOME= libbonobo +USE_GNOME= gtk20 libbonobo USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |