aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/libcompizconfig
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-wm/libcompizconfig
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
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-wm/libcompizconfig')
-rw-r--r--x11-wm/libcompizconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile
index cf4a234d5b00..4ae6109abfd0 100644
--- a/x11-wm/libcompizconfig/Makefile
+++ b/x11-wm/libcompizconfig/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
MAINTAINER= freebsd-ports@dan.me.uk
COMMENT= Alternative configuration system for Compiz
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -24,7 +24,7 @@ OPTIONS_DEFINE= INOTIFY
OPTIONS_DEFAULT= INOTIFY
INOTIFY_DESC?= Enable inotify support
-INOTIFY_LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify
+INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
INOTIFY_LDFLAGS= -linotify
.include <bsd.port.pre.mk>