diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-27 23:26:39 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-27 23:26:39 +0800 |
commit | 1affb97405e011b9ebf59aedd471cb429d9be527 (patch) | |
tree | 30f60acd459c60fd724ab44e8b1af3d8760042a7 /sysutils/prelink | |
parent | 56185d034595c123a09ced3cc46624803dda01b6 (diff) | |
download | freebsd-ports-gnome-1affb97405e011b9ebf59aedd471cb429d9be527.tar.gz freebsd-ports-gnome-1affb97405e011b9ebf59aedd471cb429d9be527.tar.zst freebsd-ports-gnome-1affb97405e011b9ebf59aedd471cb429d9be527.zip |
1: Stagify.
2: new syntax of LIB_DEPENDS.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'sysutils/prelink')
-rw-r--r-- | sysutils/prelink/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/prelink/Makefile b/sysutils/prelink/Makefile index b1524a5f3050..53a2aff6421d 100644 --- a/sysutils/prelink/Makefile +++ b/sysutils/prelink/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://people.redhat.com/jakub/prelink/ MAINTAINER= damjan.jov@gmail.com COMMENT= ELF prelinking utility to speed up dynamic linking -LIB_DEPENDS= argp:${PORTSDIR}/devel/argp-standalone +LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USES= gmake tar:bzip2 @@ -22,9 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/execstack \ + man/man8/execstack.8.gz \ + man/man8/prelink.8.gz \ sbin/prelink -MAN8= execstack.8 prelink.8 - -NO_STAGE= yes .include <bsd.port.mk> |