summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2005-09-21 00:02:17 +0000
committerwiz <wiz>2005-09-21 00:02:17 +0000
commita1726d9307b42ee8bf990b56eb5c74847b84cc50 (patch)
tree5c4de908d951bc8f79d3847cb07d3562b3864b6b /archivers
parentc563ec548362a089ccaa97298bb6cafd50f23655 (diff)
downloadpkgsrc-a1726d9307b42ee8bf990b56eb5c74847b84cc50.tar.gz
Set USE_LIBTOOL, since it does.
Add zlib/buildlink3.mk, since the package uses zlib.
Diffstat (limited to 'archivers')
-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"