diff options
author | mr <mr@FreeBSD.org> | 2004-11-25 16:32:02 +0000 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2004-11-25 16:32:02 +0000 |
commit | d45d73f46c5b7a09c710ebafcddd6baa9ee0de72 (patch) | |
tree | 69ba1dcf7756a6b643bde49162bf64e3cabf9436 /cad/qcad-partslib | |
parent | 411d9bee82b53a136f5da494503d2192af79720a (diff) | |
download | FreeBSD-ports-d45d73f46c5b7a09c710ebafcddd6baa9ee0de72.zip FreeBSD-ports-d45d73f46c5b7a09c710ebafcddd6baa9ee0de72.tar.gz |
Since /usr/X11R6/... seems to be hardcoded in qcad
help first-time-users by using 'USE_X_PREFIX=yes'
PR: ports/74118
Submitted by: TAOKA Fumiyoshi <fmysh X iijmio-mail.jp>
Diffstat (limited to 'cad/qcad-partslib')
-rw-r--r-- | cad/qcad-partslib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/qcad-partslib/Makefile b/cad/qcad-partslib/Makefile index 00a71ac..35e368d 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 |