diff options
author | wxs <wxs@FreeBSD.org> | 2009-05-02 07:45:43 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-05-02 07:45:43 +0800 |
commit | 24d64b7e0b668364b5800997a47957140eeb65c3 (patch) | |
tree | 37272122628d2062199cc932d43bf7721a11122c /archivers | |
parent | febb6b5cdb94a2cc2772f5b0cc31bc1e090f45db (diff) | |
download | freebsd-ports-gnome-24d64b7e0b668364b5800997a47957140eeb65c3.tar.gz freebsd-ports-gnome-24d64b7e0b668364b5800997a47957140eeb65c3.tar.zst freebsd-ports-gnome-24d64b7e0b668364b5800997a47957140eeb65c3.zip |
- Unbreak on -CURRENT.
PR: ports/134046
Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unmakeself/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile index 20bbdcfd44fd..152002996e7b 100644 --- a/archivers/unmakeself/Makefile +++ b/archivers/unmakeself/Makefile @@ -13,7 +13,7 @@ DISTFILES= MAINTAINER= ports@FreeBSD.org COMMENT= Extract Makeself archives -LDFLAGS= -larchive -lbz2 -lz +LDFLAGS= -larchive -lbz2 -lz -lcrypto -lmd NO_WRKSUBDIR= yes PLIST_FILES= bin/unmakeself |