aboutsummaryrefslogtreecommitdiff
path: root/misc/nut
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /misc/nut
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'misc/nut')
-rw-r--r--misc/nut/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile
index 20500282f27b..30baff2a08e9 100644
--- a/misc/nut/Makefile
+++ b/misc/nut/Makefile
@@ -23,11 +23,11 @@ OPTIONS_DEFINE= FLTK DOCS
OPTIONS_SUB= yes
FLTK_DESC= Install FLTK GUI
-FLTK_LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libexpat.so:${PORTSDIR}/textproc/expat2 \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
- libfltk_images.so:${PORTSDIR}/x11-toolkits/fltk
+FLTK_LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \
+ libfreetype.so:print/freetype2 \
+ libexpat.so:textproc/expat2 \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfltk_images.so:x11-toolkits/fltk
FLTK_USE= XORG=x11,xau,xcb,xdmcp,xext,xft,xinerama,xpm,xrender
FLTK_MAKE_ENV= HAVE_FLTK=1 FLTK_NUT="fltk/Nut"
FLTK_MAKE_ENV_OFF= HAVE_FLTK=0 FLTK_NUT=""