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-fm/xdiskusage | |
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-fm/xdiskusage')
-rw-r--r-- | x11-fm/xdiskusage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index 728ba2582a70..15ad57b4fa17 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://xdiskusage.sourceforge.net/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Show where disk space is taken up -LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libfltk.so:x11-toolkits/fltk USES= gmake tar:tgz |