diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-05 07:06:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-05 07:06:51 +0800 |
commit | 54b9276d7bd6e528d2c4498c3ea7830746a3293e (patch) | |
tree | 16bb41fe1d7c9c6ece89d96404d32c0c8ad427ae /cad | |
parent | fb949084fb873f9bafe99682a2b305f79fbee939 (diff) | |
download | freebsd-ports-gnome-54b9276d7bd6e528d2c4498c3ea7830746a3293e.tar.gz freebsd-ports-gnome-54b9276d7bd6e528d2c4498c3ea7830746a3293e.tar.zst freebsd-ports-gnome-54b9276d7bd6e528d2c4498c3ea7830746a3293e.zip |
USES=execinfo
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 70158727328d..3939202e668c 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -17,14 +17,13 @@ LICENSE= GPLv3 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo CONFLICTS= texlive-base-* WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_UNSAFE=yes -USES= gmake qmake +USES= execinfo gmake qmake USE_LDCONFIG= yes USE_QT4= qmake_build codecs-cn codecs-jp codecs-kr codecs-tw corelib \ designer gui help imageformats moc_build network opengl rcc_build script \ |