From f037c5b2c9971329312677680de521605682388c Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 22 Feb 2003 18:46:14 +0000 Subject: Reinstate gtk-logic. Readd WANT_GNOME. PR: 48565 Submitted by: maintainer --- security/pinentry/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'security/pinentry/Makefile') 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: -- cgit v1.2.3