aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-28 19:07:35 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-28 19:07:35 +0000
commit0a840855ba440b332b3fda65b14df256f6f04291 (patch)
treec2ca107eadc415cda2b96f60aa4c01e660b32486 /graphics
parent629f493b185b965a73367fdb34f3a81865a9630b (diff)
downloadports-0a840855ba440b332b3fda65b14df256f6f04291.tar.gz
ports-0a840855ba440b332b3fda65b14df256f6f04291.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/show/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/show/Makefile b/graphics/show/Makefile
index 4cbb874301d5..b9e0dcc81309 100644
--- a/graphics/show/Makefile
+++ b/graphics/show/Makefile
@@ -11,20 +11,19 @@ MASTER_SITES= http://www.ibiblio.org/propaganda/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast, flexible, extensible, and bloat-free image viewer for X11
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- png15:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff \
- gif.5:${PORTSDIR}/graphics/giflib \
- Imlib.5:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libgif.so:${PORTSDIR}/graphics/giflib \
+ libImlib.so:${PORTSDIR}/graphics/imlib
PLIST_FILES= bin/show
-NO_STAGE= yes
post-extract:
@${CP} ${PATCHDIR}/Makefile ${WRKSRC}
@${RM} ${WRKSRC}/${PORTNAME}
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/show ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>