diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-wm/dwm/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.zst freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11-wm/dwm/Makefile')
-rw-r--r-- | x11-wm/dwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index 80e3cad68276..d2d1a316a947 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -15,7 +15,7 @@ COMMENT= Dynamic, small, fast and simple window manager LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig OPTIONS_DEFINE= XINERAMA DOCS OPTIONS_DEFAULT=XINERAMA |