aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimageview
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/gimageview
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'graphics/gimageview')
-rw-r--r--graphics/gimageview/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index eed767c2d7e5..0e4102285d37 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -13,7 +13,7 @@ COMMENT= Yet another GTK+ based image viewer
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng.so:graphics/png
USES= gmake jpeg libtool pkgconfig
GNU_CONFIGURE= yes
@@ -35,23 +35,23 @@ NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
LIBMNG_CONFIGURE_WITH= libmng
-LIBMNG_LIB_DEPENDS= libmng.so:${PORTSDIR}/graphics/libmng
+LIBMNG_LIB_DEPENDS= libmng.so:graphics/libmng
LIBWMF_CONFIGURE_WITH= libwmf
-LIBWMF_LIB_DEPENDS= libwmf.so:${PORTSDIR}/graphics/libwmf
+LIBWMF_LIB_DEPENDS= libwmf.so:graphics/libwmf
LIBRSVG2_CONFIGURE_WITH=librsvg
-LIBRSVG2_LIB_DEPENDS= librsvg-2.so:${PORTSDIR}/graphics/librsvg2
+LIBRSVG2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
LIBEXIF_CONFIGURE_ENABLE=exif
-LIBEXIF_LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif
+LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif
LIBEXIF_EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-exit_view.c
MPLAYER_CONFIGURE_ENABLE=mplayer
-MPLAYER_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
+MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
LIBXINE_CONFIGURE_WITH= xine
-LIBXINE_LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine
+LIBXINE_LIB_DEPENDS= libxine.so:multimedia/libxine
post-patch:
@${REINPLACE_CMD} '/^desktopdir =/s|=.*|= ${DESKTOPDIR}|' \