summaryrefslogtreecommitdiff
path: root/cad/qcad
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2003-12-03 18:51:15 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2003-12-03 18:51:15 +0000
commit2cea2c0c419b31b2c25c330f470406eded8a59c0 (patch)
tree9c8d27478c6d938cf8e3c25c95f6c06b81c5f577 /cad/qcad
parentThe linux-gtk port sets USE_LINUX_PREFIX which adds a dependency (diff)
Fix build/work of qcad:
- minor update to 2.0.1.2 - add dependancy to bash (needed by build process) - use {SH} instead of hardcoded sh - delete repo copied but not used cad/qcad2 Approved by: marcus (re)
Notes
Notes: svn path=/head/; revision=94851
Diffstat (limited to 'cad/qcad')
-rw-r--r--cad/qcad/Makefile6
-rw-r--r--cad/qcad/distinfo2
2 files changed, 5 insertions, 3 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index d20df068edb1..5552c9d7ff53 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qcad
-PORTVERSION= 2.0.1.1
+PORTVERSION= 2.0.1.2
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.ribbonsoft.com/archives/qcad/
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= Professional CAD system
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-${PORTREVISION}.src
QTDIR?= ${X11BASE}
@@ -39,7 +41,7 @@ CFLAGS+= -O0
# -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ qcad.pro
do-build:
- cd ${WRKSRC}/scripts && ${SETENV} ${MAKE_ENV} sh ./build_qcad.sh
+ cd ${WRKSRC}/scripts && ${SETENV} ${MAKE_ENV} {SH} ./build_qcad.sh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcad/qcad ${PREFIX}/bin/qcad
diff --git a/cad/qcad/distinfo b/cad/qcad/distinfo
index 465d339c3689..950858a2aace 100644
--- a/cad/qcad/distinfo
+++ b/cad/qcad/distinfo
@@ -1 +1 @@
-MD5 (qcad-2.0.1.1-1.src.tar.gz) = 77c1bc5b6d20a71bdc5b87043138779c
+MD5 (qcad-2.0.1.2-1.src.tar.gz) = 9c51cd1ddeb600f455e15de9ab93f9d3