diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 09:41:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 09:41:05 +0000 |
commit | 0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (patch) | |
tree | 72df1816f530edc041bc86199cc3b570f108bb16 /security/opencdk | |
parent | 5e3a5f058c91d0aa52878c8328d2a2085191f2d5 (diff) | |
download | pkgsrc-0538ec5b33e56381337ee00b1bb6243bc3bc3c7a.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'security/opencdk')
-rw-r--r-- | security/opencdk/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 6bbd4f8fb42..e99c6f163af 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/10/09 14:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/02/26 09:41:06 jperkin Exp $ DISTNAME= opencdk-0.6.6 PKGREVISION= 2 @@ -26,11 +26,7 @@ PKGCONFIG_OVERRIDE= src/opencdk.pc.in INSTALLATION_DIRS= ${HTMLDIR} ${EGDIR} -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -LIBS+= -lnsl -.endif +LIBS.SunOS+= -lnsl pre-install: ${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html ${DESTDIR}${HTMLDIR} |