summaryrefslogtreecommitdiff
path: root/archivers/unshield
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2017-09-22 23:26:20 +0000
committerwiedi <wiedi@pkgsrc.org>2017-09-22 23:26:20 +0000
commite84da3021fc8b1327d244030a09496d1463c0eff (patch)
tree9868007c992a21e2fe636b714eb6869ac95ec7b1 /archivers/unshield
parent61c7abfa9f020a4d97cfb5cc1c77324ea17d684d (diff)
downloadpkgsrc-e84da3021fc8b1327d244030a09496d1463c0eff.tar.gz
unshield: add required buildlinks
Requires openssl and may use libiconv if detected, but then forget to link it.
Diffstat (limited to 'archivers/unshield')
-rw-r--r--archivers/unshield/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile
index 8b869c9e319..590b5380c07 100644
--- a/archivers/unshield/Makefile
+++ b/archivers/unshield/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/08/29 11:18:40 martin Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/22 23:26:20 wiedi Exp $
DISTNAME= unshield-1.4.2
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GITHUB:=twogood/}
GITHUB_TAG= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
@@ -14,5 +15,9 @@ USE_TOOLS+= pkg-config
USE_CMAKE= yes
USE_LANGUAGES+= c++ c
+LDFLAGS+= -liconv
+
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"