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-fonts/nexfontsel | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-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-fonts/nexfontsel')
-rw-r--r-- | x11-fonts/nexfontsel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile index 35f7ad85fcde..f86a29063b01 100644 --- a/x11-fonts/nexfontsel/Makefile +++ b/x11-fonts/nexfontsel/Makefile @@ -12,7 +12,7 @@ DISTNAME= NeXFontSel-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= NeXtaw based replacement for xfontsel -LIB_DEPENDS= libneXtaw.so:${PORTSDIR}/x11-toolkits/neXtaw +LIB_DEPENDS= libneXtaw.so:x11-toolkits/neXtaw USES= imake USE_XORG= xaw |