aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pavuk/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-08-30 21:46:46 +0800
committerlioux <lioux@FreeBSD.org>2002-08-30 21:46:46 +0800
commit84bd01cb88bc96a6856a9de283ba86c352a26c71 (patch)
treef0eb0df7c554bc2c8ecdc8ab553369ea6f4dee05 /ftp/pavuk/Makefile
parent528cecc4e059f2e8052ba15c64b45e8ce7d87054 (diff)
downloadfreebsd-ports-graphics-84bd01cb88bc96a6856a9de283ba86c352a26c71.tar.gz
freebsd-ports-graphics-84bd01cb88bc96a6856a9de283ba86c352a26c71.tar.zst
freebsd-ports-graphics-84bd01cb88bc96a6856a9de283ba86c352a26c71.zip
Deploy USE_GNOMENG infrastructure
PR: 42200 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'ftp/pavuk/Makefile')
-rw-r--r--ftp/pavuk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index 8a617649eac..36a35fb6556 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -20,7 +20,8 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_REINPLACE= yes
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -32,8 +33,8 @@ MAN1= pavuk.1
.include <bsd.port.pre.mk>
-.if defined(HAVE_GTK)
-USE_GTK= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME= gtk12
CONFIGURE_ARGS+= --with-gtk-config="${GTK_CONFIG}"
.else
CONFIGURE_ARGS+= --disable-gtk