pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unshield Set USE_LIBTOOL, since it does.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d4d7b03c652
branches:  trunk
changeset: 499363:0d4d7b03c652
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 21 00:02:17 2005 +0000

description:
Set USE_LIBTOOL, since it does.
Add zlib/buildlink3.mk, since the package uses zlib.

diffstat:

 archivers/unshield/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 85b42277977d -r 0d4d7b03c652 archivers/unshield/Makefile
--- a/archivers/unshield/Makefile       Wed Sep 21 00:01:01 2005 +0000
+++ b/archivers/unshield/Makefile       Wed Sep 21 00:02:17 2005 +0000
@@ -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 @@
 COMMENT=               Extract InstallShield .CAB files
 
 GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index