diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-05 00:41:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-05 00:41:17 +0800 |
commit | b6ae1631c3896407172545df4d1964a337de511c (patch) | |
tree | 259b30a75f5bebabddf0b36a26fcd8fe22d4cba9 /x11-toolkits | |
parent | 211ffca5927489240efa8e91ad174a2ffc268072 (diff) | |
download | freebsd-ports-gnome-b6ae1631c3896407172545df4d1964a337de511c.tar.gz freebsd-ports-gnome-b6ae1631c3896407172545df4d1964a337de511c.tar.zst freebsd-ports-gnome-b6ae1631c3896407172545df4d1964a337de511c.zip |
Add a missing dependency on gtk20.
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" \ |