diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 19:53:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 19:53:31 +0000 |
commit | f49e638aa3db5c8ca44767d7ff0af45b59f0602f (patch) | |
tree | 895ea8edb88cfb6ef693d31d7c07ec9fd0ddaa12 /archivers/unmakeself | |
parent | 7c8eb742df65f849ded7a6ee977172e23e200420 (diff) |
Notes
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 |