diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
commit | 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch) | |
tree | 7181a8316bbb1b7be4386d9173b3c6ace07025da /security/pinentry | |
parent | 0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff) | |
download | freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.zst freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 3 | ||||
-rw-r--r-- | security/pinentry/files/patch-curses::Makefile.am | 2 | ||||
-rw-r--r-- | security/pinentry/files/patch-gtk::Makefile.am | 2 | ||||
-rw-r--r-- | security/pinentry/files/patch-qt::Makefile.am | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 2d34d775a574..93d65144e2f8 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinentry PORTVERSION= 0.6.9 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.klaralvdalens-datakonsult.se/pub/aegypten/alpha/latest/ \ ${MASTER_SITE_GNUPG} \ @@ -20,9 +21,9 @@ MAINTAINER= michaelnottebrock@gmx.net COMMENT= A collection of simple PIN or passphrase entry dialogs LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ ksba.7:${PORTSDIR}/security/libksba +USE_GETOPT_LONG=yes USE_AUTOMAKE_VER= 15 WANT_GNOME= yes USE_LIBTOOL= yes diff --git a/security/pinentry/files/patch-curses::Makefile.am b/security/pinentry/files/patch-curses::Makefile.am index 42222522344b..36dce30e679c 100644 --- a/security/pinentry/files/patch-curses::Makefile.am +++ b/security/pinentry/files/patch-curses::Makefile.am @@ -7,6 +7,6 @@ - ../assuan/libassuan.a ../secmem/libsecmem.a \ - $(LIBCAP) $(LIBCURSES) $(LIBICONV) + ../assuan/libassuan.a ../secmem/libsecmem.a ../common/libcommon.a \ -+ $(LIBCAP) $(LIBCURSES) $(LIBICONV) -lgnugetopt ++ $(LIBCAP) $(LIBCURSES) $(LIBICONV) pinentry_curses_SOURCES = pinentry-curses.c diff --git a/security/pinentry/files/patch-gtk::Makefile.am b/security/pinentry/files/patch-gtk::Makefile.am index 8d7b22ebbcf7..42ec50ec2448 100644 --- a/security/pinentry/files/patch-gtk::Makefile.am +++ b/security/pinentry/files/patch-gtk::Makefile.am @@ -5,7 +5,7 @@ -I$(top_srcdir)/secmem -I$(top_srcdir)/pinentry LDADD = ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a \ - $(LIBCAP) $(GTK_LIBS) $(libcurses) -+ ../common/libcommon.a $(LIBCAP) $(GTK_LIBS) $(libcurses) -lgnugetopt ++ ../common/libcommon.a $(LIBCAP) $(GTK_LIBS) $(libcurses) pinentry_gtk_SOURCES = pinentry-gtk.c \ gtksecentry.c gtksecentry.h diff --git a/security/pinentry/files/patch-qt::Makefile.am b/security/pinentry/files/patch-qt::Makefile.am index fd0629c05073..a25aafba5f7b 100644 --- a/security/pinentry/files/patch-qt::Makefile.am +++ b/security/pinentry/files/patch-qt::Makefile.am @@ -7,7 +7,7 @@ - $(top_builddir)/secmem/libsecmem.a $(LIBCAP) \ - $(QT_LIBS) $(libcurses) + $(top_builddir)/secmem/libsecmem.a $(top_builddir)/common/libcommon.a \ -+ $(LIBCAP) $(QT_LIBS) $(libcurses) -lgnugetopt ++ $(LIBCAP) $(QT_LIBS) $(libcurses) pinentry_qt_LDFLAGS = $(QT_LDFLAGS) pinentry_qt_SOURCES = pinentrydialog.h pinentrydialog.cpp \ |