diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 19:42:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 19:42:04 +0000 |
commit | f716af8d4231a61bd6344604bfa3e4fe5df0bca6 (patch) | |
tree | a15f28baaccd7d65674d1817d9c013f7791daab2 /security | |
parent | 060b982d55b4f3741a1663a3a98aa43ec16484dd (diff) | |
download | pkgsrc-f716af8d4231a61bd6344604bfa3e4fe5df0bca6.tar.gz |
Uses a BSD makefile.
Diffstat (limited to 'security')
-rw-r--r-- | security/sslwrap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 4dafa6e1ef6..652ad47562c 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/01/17 12:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/02/16 19:42:04 hans Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-//} @@ -16,8 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir OPSYSVARS+= LDADD LDADD.SunOS= -lnsl -lsocket MAKE_ENV+= LDADD=${LDADD:Q} -MAKE_ENV+= BINOWN=${BINOWN:Q} -MAKE_ENV+= BINGRP=${BINGRP:Q} +USE_BSD_MAKEFILE= yes .include "../../security/openssl/buildlink3.mk" |