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 | 8a0ca194d46fba47e38015165a4e411b549b290a (patch) | |
tree | 98ee4bad14349cf574ead5608be3cef5183667cc /security | |
parent | 173da89acbd7c30855ec9922f15fdd009c67da78 (diff) | |
download | pkgsrc-8a0ca194d46fba47e38015165a4e411b549b290a.tar.gz |
this needs getopt_long.
Diffstat (limited to 'security')
-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" |