diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-wm/flwm | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | freebsd-ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11-wm/flwm')
-rw-r--r-- | x11-wm/flwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile index b969d1b2f069..9add95fcf442 100644 --- a/x11-wm/flwm/Makefile +++ b/x11-wm/flwm/Makefile @@ -10,7 +10,7 @@ COMMENT= The Fast Light Window Manager LICENSE= GPLv2+ -LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk-devel +LIB_DEPENDS= libfltk.so:x11-toolkits/fltk-devel USES= autoreconf gmake GNU_CONFIGURE= yes |