diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
commit | 5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch) | |
tree | 98af802b3322b4a54225135638e2882425155007 /cad | |
parent | - Update to 0.39 (diff) |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 2 | ||||
-rw-r--r-- | cad/qucs/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 4446e5d37d35..f39932b97cb2 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src -QTDIR?= ${X11BASE} +QTDIR?= ${QT_PREFIX} USE_X_PREFIX= yes USE_QT_VER= 3 diff --git a/cad/qucs/Makefile b/cad/qucs/Makefile index 675f92c5292d..6f3fb363437c 100644 --- a/cad/qucs/Makefile +++ b/cad/qucs/Makefile @@ -18,7 +18,6 @@ USE_QT_VER= 3 USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= QTDIR="${X11BASE}" MAN1= qucs.1 qucsator.1 qucsattenuator.1 qucsconv.1 qucsdigi.1 \ qucsedit.1 qucsfilter.1 qucshelp.1 qucslib.1 qucstrans.1 |