diff options
author | bapt <bapt@FreeBSD.org> | 2015-07-20 03:53:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-07-20 03:53:31 +0800 |
commit | bf0a2afa21d17ca8b87f23bf13ef726df96938ab (patch) | |
tree | 895ea8edb88cfb6ef693d31d7c07ec9fd0ddaa12 /archivers/unmakeself | |
parent | ac64b2ba61ad739c1ff2e3535003ba524bdd6233 (diff) | |
download | freebsd-ports-gnome-bf0a2afa21d17ca8b87f23bf13ef726df96938ab.tar.gz freebsd-ports-gnome-bf0a2afa21d17ca8b87f23bf13ef726df96938ab.tar.zst freebsd-ports-gnome-bf0a2afa21d17ca8b87f23bf13ef726df96938ab.zip |
Convert to USES=libarchive, reduce over linking
Diffstat (limited to 'archivers/unmakeself')
-rw-r--r-- | archivers/unmakeself/Makefile | 4 |
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 |