aboutsummaryrefslogtreecommitdiffstats
path: root/security/pinentry
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-02-23 02:46:14 +0800
committerarved <arved@FreeBSD.org>2003-02-23 02:46:14 +0800
commit20e5c4da69e0618a39f2f7f40d7eda36542a0e35 (patch)
tree8d00f3fcfb7b562c2975a56e80dba10525bdd27a /security/pinentry
parent15cfbf367d2d90157e032e69df947e4b8d1901ca (diff)
downloadfreebsd-ports-gnome-20e5c4da69e0618a39f2f7f40d7eda36542a0e35.tar.gz
freebsd-ports-gnome-20e5c4da69e0618a39f2f7f40d7eda36542a0e35.tar.zst
freebsd-ports-gnome-20e5c4da69e0618a39f2f7f40d7eda36542a0e35.zip
Reinstate gtk-logic. Readd WANT_GNOME.
PR: 48565 Submitted by: maintainer
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 73b2ef4a421e..668f98f112bb 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -25,6 +25,7 @@ LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \
USE_AUTOMAKE_VER= 15
USE_GNOMENG= yes
+WANT_GNOME= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
@@ -46,15 +47,15 @@ USE_QT_VER= 3
PLIST_SUB+= WITH_QT=""
.else
CONFIGURE_ARGS+=--disable-pinentry-qt
-PLIST_SUB+=WITH_QT="@comment "
+PLIST_SUB+= WITH_QT="@comment "
.endif
-.if !defined(WITHOUT_GTK)
+.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME+= gtk12
-PLIST_SUB+=WITH_GTK=""
+PLIST_SUB+= WITH_GTK=""
.else
CONFIGURE_ARGS+=--disable-pinentry-gtk
-PLIST_SUB+=WITH_GTK="@comment "
+PLIST_SUB+= WITH_GTK="@comment "
.endif
post-extract: