summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 19:53:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 19:53:31 +0000
commitf49e638aa3db5c8ca44767d7ff0af45b59f0602f (patch)
tree895ea8edb88cfb6ef693d31d7c07ec9fd0ddaa12
parentConvert to USES=libarchive (diff)
Convert to USES=libarchive, reduce over linking
Notes
Notes: svn path=/head/; revision=392533
-rw-r--r--archivers/unmakeself/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile
index 921a01ad9304..98952399c121 100644
--- a/archivers/unmakeself/Makefile
+++ b/archivers/unmakeself/Makefile
@@ -3,13 +3,15 @@
PORTNAME= unmakeself
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= archivers
DISTFILES=
MAINTAINER= ports@FreeBSD.org
COMMENT= Extract Makeself archives
-LDFLAGS+= -larchive -lbz2 -lz -lcrypto -lmd
+USES= libarchive
+LDFLAGS+= -larchive
NO_WRKSUBDIR= yes
PLIST_FILES= bin/unmakeself