summaryrefslogtreecommitdiff
path: root/x11-wm/awesome2
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/awesome2
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-wm/awesome2')
-rw-r--r--x11-wm/awesome2/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile
index 8ef260e2907c..9b3fab75caa3 100644
--- a/x11-wm/awesome2/Makefile
+++ b/x11-wm/awesome2/Makefile
@@ -14,12 +14,12 @@ COMMENT= Tiling window manager initially based on a dwm code rewriting
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
- xmlto:${PORTSDIR}/textproc/xmlto
-LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \
- libcairo.so:${PORTSDIR}/graphics/cairo \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libImlib2.so:${PORTSDIR}/graphics/imlib2
+BUILD_DEPENDS= asciidoc:textproc/asciidoc \
+ xmlto:textproc/xmlto
+LIB_DEPENDS= libconfuse.so:devel/libconfuse \
+ libcairo.so:graphics/cairo \
+ libfreetype.so:print/freetype2 \
+ libImlib2.so:graphics/imlib2
USES= iconv pkgconfig python:build
GNU_CONFIGURE= yes