diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:50:58 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:50:58 +0000 |
commit | baba95e6c3d00deec57fe46c2b5c5587bbb7d928 (patch) | |
tree | c4a3327fec99baf56922d6cea9e2c9ae603ec7eb /security/pinentry/Makefile | |
parent | 895e570d7d52762dcd1fc6e01e414dc254e7cf2f (diff) | |
download | ports-baba95e6c3d00deec57fe46c2b5c5587bbb7d928.tar.gz ports-baba95e6c3d00deec57fe46c2b5c5587bbb7d928.zip |
Notes
Diffstat (limited to 'security/pinentry/Makefile')
-rw-r--r-- | security/pinentry/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 4bba97a95676..bb1b2ab4b977 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pinentry -PORTVERSION= 0.6.7 +PORTVERSION= 0.6.8 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/ \ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ \ http://tigress.com/lofi/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ common.tar.gz \ @@ -38,6 +38,8 @@ CONFIGURE_ARGS+=--with-included-gettext=no .if defined(WITH_QT) #USE_QT_VER= 3 BROKEN= The QT pinentry-helper is currently non-functional +.else +CONFIGURE_ARGS+=--disable-pinentry-qt .endif .if defined(HAVE_GTK) |