summaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-08-27 07:58:52 +0000
committergrant <grant@pkgsrc.org>2005-08-27 07:58:52 +0000
commit8a0ca194d46fba47e38015165a4e411b549b290a (patch)
tree98ee4bad14349cf574ead5608be3cef5183667cc /security/gpa
parent173da89acbd7c30855ec9922f15fdd009c67da78 (diff)
downloadpkgsrc-8a0ca194d46fba47e38015165a4e411b549b290a.tar.gz
this needs getopt_long.
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile5
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"