diff options
author | grant <grant@pkgsrc.org> | 2005-08-27 07:58:52 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-27 07:58:52 +0000 |
commit | 551141b80b77e067270ec43e4ad40ef66ba6ad3f (patch) | |
tree | 98ee4bad14349cf574ead5608be3cef5183667cc | |
parent | 42de09944b796d110df9e07a1dc93909877564fb (diff) | |
download | pkgsrc-551141b80b77e067270ec43e4ad40ef66ba6ad3f.tar.gz |
this needs getopt_long.
-rw-r--r-- | security/gpa/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index f32e5d4180b..93668218f98 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/08/10 20:56:23 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/08/27 07:58:52 grant Exp $ # DISTNAME= gpa-0.7.0 @@ -14,6 +14,9 @@ USE_TOOLS+= pkg-config GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES +LIBS+= ${BUILDLINK_LDADD.getopt} + +.include "../../devel/libgetopt/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |