diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2004-11-25 16:32:02 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2004-11-25 16:32:02 +0000 |
commit | 7ba9a1bb676c0a6353cb75e551105849ecffee56 (patch) | |
tree | ac53fa817913d17bc69d193b7e8d2f8dbc4d3353 /cad | |
parent | dc3817c2465be2e99e8e45684b89050d5c790b3e (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad-partslib/Makefile | 1 | ||||
-rw-r--r-- | cad/qcad/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cad/qcad-partslib/Makefile b/cad/qcad-partslib/Makefile index 00a71ace88c5..35e368d1a127 100644 --- a/cad/qcad-partslib/Makefile +++ b/cad/qcad-partslib/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= qcad:${PORTSDIR}/cad/qcad WRKSRC= ${WRKDIR}/partlibrary-${PORTVERSION:S/.1$/-1/} DATADIR= ${PREFIX}/share/qcad/libraries +USE_X_PREFIX= yes USE_ZIP= yes USE_REINPLACE= yes NO_BUILD= yes diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 70ed973470f2..e6feac21f925 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1$/-1/}.src QTDIR?= ${X11BASE} +USE_X_PREFIX= yes USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes |