diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 12:33:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 12:33:16 +0800 |
commit | 0d220da46b6c87f83a17832a2a46b4e474943190 (patch) | |
tree | 1164c5e3bc27a7da721dd40f163f3a23e92f554c /x11 | |
parent | b49e92cde76ca700491e356502ea3f252f9a31c0 (diff) | |
download | freebsd-ports-gnome-0d220da46b6c87f83a17832a2a46b4e474943190.tar.gz freebsd-ports-gnome-0d220da46b6c87f83a17832a2a46b4e474943190.tar.zst freebsd-ports-gnome-0d220da46b6c87f83a17832a2a46b4e474943190.zip |
Fix things after the GNOMENG commit.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdkxft/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index b1b63f274c02..ff7e5ae35f79 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes USE_GNOMENG= yes +USE_GNOME= gtk12 WANT_GNOME= yes USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -34,9 +35,9 @@ MAN8= gdkxft_sysinstall.8 IGNORE= "requires XFree86-4.x or later to run" .endif -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME+= gtk12 -PKGNAMESUFFIX= -gtk +.if ${HAVE_GNOME:Mlibglade}!="" && ${HAVE_GNOME:Mlibcapplet}!="" +USE_GNOME+= gnomeprefix libglade libcapplet +PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome .endif |