aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormr <mr@FreeBSD.org>2004-11-26 00:32:02 +0800
committermr <mr@FreeBSD.org>2004-11-26 00:32:02 +0800
commitd45d73f46c5b7a09c710ebafcddd6baa9ee0de72 (patch)
tree69ba1dcf7756a6b643bde49162bf64e3cabf9436 /cad
parent411d9bee82b53a136f5da494503d2192af79720a (diff)
downloadfreebsd-ports-gnome-d45d73f46c5b7a09c710ebafcddd6baa9ee0de72.tar.gz
freebsd-ports-gnome-d45d73f46c5b7a09c710ebafcddd6baa9ee0de72.tar.zst
freebsd-ports-gnome-d45d73f46c5b7a09c710ebafcddd6baa9ee0de72.zip
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')
-rw-r--r--cad/qcad-partslib/Makefile1
-rw-r--r--cad/qcad/Makefile1
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