diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 04:33:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 04:33:16 +0000 |
commit | 5c944aee9c3ba0a7280ddcfc5a7433dab707e819 (patch) | |
tree | 45b4ce64191a519b6b561fe697a178de18d1c573 /x11 | |
parent | 1b41eb69a8da79b6d5735253b389ac873f007634 (diff) | |
download | ports-5c944aee9c3ba0a7280ddcfc5a7433dab707e819.tar.gz ports-5c944aee9c3ba0a7280ddcfc5a7433dab707e819.zip |
Notes
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 |