aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-27 22:49:31 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-27 22:49:31 +0800
commitba606d4cba88c69f17bab183c1a45e97d28ef6fa (patch)
treea3689358a6bd28ba5cbb073eee2d93a8be8a0cb6
parentab0c0aea52784482a020e2bbbec29924d56a2e94 (diff)
downloadfreebsd-ports-gnome-ba606d4cba88c69f17bab183c1a45e97d28ef6fa.tar.gz
freebsd-ports-gnome-ba606d4cba88c69f17bab183c1a45e97d28ef6fa.tar.zst
freebsd-ports-gnome-ba606d4cba88c69f17bab183c1a45e97d28ef6fa.zip
Support staging
-rw-r--r--graphics/jslice/Makefile5
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>