diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-22 18:46:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-22 18:46:14 +0000 |
commit | f037c5b2c9971329312677680de521605682388c (patch) | |
tree | a59f635c91efce77fd357e104189c37b5e1051d4 /security/pinentry | |
parent | fbef1cd3608ecce100eedb9cf4cd62407d4d892e (diff) | |
download | ports-f037c5b2c9971329312677680de521605682388c.tar.gz ports-f037c5b2c9971329312677680de521605682388c.zip |
Reinstate gtk-logic. Readd WANT_GNOME.
PR: 48565
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=76194
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 9 |
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: |