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 /graphics/ipe/Makefile | |
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 '')
-rw-r--r-- | graphics/ipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 2d4b46593b83..9a548064f43f 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -37,7 +37,7 @@ USE_GCC= 3.4 BROKEN= Does not compile on 4.x .endif -QTDIR?= ${X11BASE} +QTDIR?= ${QT_PREFIX} QMAKE?= ${LOCALBASE}/bin/qmake pre-fetch: |