aboutsummaryrefslogtreecommitdiff
path: root/graphics/jslice
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 14:49:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 14:49:31 +0000
commitcbe555ae641d437104113d436c94afaa76d92675 (patch)
treea3689358a6bd28ba5cbb073eee2d93a8be8a0cb6 /graphics/jslice
parent4583c2033360f0f4d67019926b414b3f386f5793 (diff)
downloadports-cbe555ae641d437104113d436c94afaa76d92675.tar.gz
ports-cbe555ae641d437104113d436c94afaa76d92675.zip
Notes
Diffstat (limited to 'graphics/jslice')
-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>