summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11/xlockmore
parent- Update to 1.2.2 (diff)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index e19974b9bb11..5b47dc570761 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -19,7 +19,7 @@ CONFIGURE_ARGS= --without-motif --without-ttf --without-editres \
USE_GNOME= #
USE_XORG= x11 xaw ice
-LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+= libfreetype.so:print/freetype2
OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP
@@ -129,7 +129,7 @@ CONFIGURE_ARGS+= --enable-customization
.endif
.if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+= libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick
.else
CONFIGURE_ARGS+= --without-magick
.endif