diff options
-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 |