summaryrefslogtreecommitdiff
path: root/archivers/unshield
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-09-21 00:02:17 +0000
committerwiz <wiz@pkgsrc.org>2005-09-21 00:02:17 +0000
commit2aec63371eb6259eaa17a6f5e80eb5267a108a71 (patch)
tree5c4de908d951bc8f79d3847cb07d3562b3864b6b /archivers/unshield
parent527eb9553eaf57338b7f2f46254c420fe17a0e32 (diff)
downloadpkgsrc-2aec63371eb6259eaa17a6f5e80eb5267a108a71.tar.gz
Set USE_LIBTOOL, since it does.
Add zlib/buildlink3.mk, since the package uses zlib.
Diffstat (limited to 'archivers/unshield')
-rw-r--r--archivers/unshield/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile
index 91360ac9ace..b1a1c4b9cac 100644
--- a/archivers/unshield/Makefile
+++ b/archivers/unshield/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/01 14:22:02 martin Exp $
+# $NetBSD: Makefile,v 1.2 2005/09/21 00:02:17 wiz Exp $
#
DISTNAME= unshield-0.5
@@ -10,5 +10,7 @@ HOMEPAGE= http://sourceforge.net/projects/synce/
COMMENT= Extract InstallShield .CAB files
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"