aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
authorKris Moore <kris@pcbsd.org>2014-09-04 20:18:51 -0400
committerKris Moore <kris@pcbsd.org>2014-09-04 20:18:51 -0400
commite250f33a78876b414f90a05a29493571bc60090e (patch)
tree7da0e807eb030856c5d6332f3c72347315cc5f28 /port-files/Makefile
parentUpdate SysMenuQuick.cpp (diff)
downloadlumina-e250f33a78876b414f90a05a29493571bc60090e.tar.gz
lumina-e250f33a78876b414f90a05a29493571bc60090e.tar.bz2
lumina-e250f33a78876b414f90a05a29493571bc60090e.zip
Remove USE_CDRTOOLS
Diffstat (limited to 'port-files/Makefile')
-rw-r--r--port-files/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 878298a0..2fbd3efb 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -29,7 +29,6 @@ LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtso
MAKE_JOBS_UNSAFE=yes
ONLY_FOR_ARCHS= amd64
USE_XORG= x11 xcomposite xdamage xrender
-USE_CDRTOOLS= yes
USE_LDCONFIG= yes
USE_QT4= corelib gui network svg linguist phonon \
moc_build rcc_build uic_build
bgstack15