diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 22:49:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 22:49:31 +0800 |
commit | ba606d4cba88c69f17bab183c1a45e97d28ef6fa (patch) | |
tree | a3689358a6bd28ba5cbb073eee2d93a8be8a0cb6 | |
parent | ab0c0aea52784482a020e2bbbec29924d56a2e94 (diff) | |
download | freebsd-ports-gnome-ba606d4cba88c69f17bab183c1a45e97d28ef6fa.tar.gz freebsd-ports-gnome-ba606d4cba88c69f17bab183c1a45e97d28ef6fa.tar.zst freebsd-ports-gnome-ba606d4cba88c69f17bab183c1a45e97d28ef6fa.zip |
Support staging
-rw-r--r-- | graphics/jslice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/jslice/Makefile b/graphics/jslice/Makefile index d942f96f48e9..dc2a4633cf6f 100644 --- a/graphics/jslice/Makefile +++ b/graphics/jslice/Makefile @@ -10,12 +10,11 @@ MASTER_SITES= http://www.pldaniels.com/jslice/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg PLIST_FILES= bin/jslice -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |