aboutsummaryrefslogtreecommitdiff
path: root/archivers/libmspack
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-28 13:12:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-28 13:12:26 +0000
commite9e5e425745b9afc2ed850b287bf1cfcc9a87478 (patch)
tree0f2696659c80afb5916d4b8e789371a632edc1ba /archivers/libmspack
parent764b9c7b3e49b3a526ed64d831ba3a8ed20c4d8b (diff)
downloadports-e9e5e425745b9afc2ed850b287bf1cfcc9a87478.tar.gz
ports-e9e5e425745b9afc2ed850b287bf1cfcc9a87478.zip
Notes
Diffstat (limited to 'archivers/libmspack')
-rw-r--r--archivers/libmspack/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile
index 77c61a04ad24..cddf23d143c4 100644
--- a/archivers/libmspack/Makefile
+++ b/archivers/libmspack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libmspack
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.cabextract.org.uk/libmspack/
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
@@ -12,9 +13,9 @@ COMMENT= Library for Microsoft compression formats
LICENSE= LGPL21
-USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= pathfix
+USES= libtool:oldver pathfix
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>