diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-21 00:02:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-21 00:02:17 +0000 |
commit | 820def86ce76fc3541badc220aaae964785eb50b (patch) | |
tree | 5c4de908d951bc8f79d3847cb07d3562b3864b6b /archivers/unshield | |
parent | d8b3593d4f06cbfd8ced42736a2ce26f449874b8 (diff) | |
download | pkgsrc-820def86ce76fc3541badc220aaae964785eb50b.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/Makefile | 4 |
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" |