diff options
Diffstat (limited to 'security/seccure/Makefile')
-rw-r--r-- | security/seccure/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/seccure/Makefile b/security/seccure/Makefile index ed75022ef48..c2e5d1c1e41 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/12/14 08:00:05 agc Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/31 23:24:24 joerg Exp $ DISTNAME= seccure-0.4 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ @@ -12,6 +13,9 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -.include "../../security/libgcrypt/buildlink3.mk" +.include "../../mk/bsd.prefs.mk" + +LDFLAGS+= -Wl,-rpath,${PREFIX}/lib +.include "../../security/libgcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |