pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpa this needs getopt_long.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ee9ededa761
branches:  trunk
changeset: 498615:6ee9ededa761
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Aug 27 07:58:52 2005 +0000

description:
this needs getopt_long.

diffstat:

 security/gpa/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2806540c6064 -r 6ee9ededa761 security/gpa/Makefile
--- a/security/gpa/Makefile     Sat Aug 27 07:47:15 2005 +0000
+++ b/security/gpa/Makefile     Sat Aug 27 07:58:52 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index