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 /editors | |
parent | a73fee04224762fa5a2e7897fc4093fa963b527d (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/MathPlanner/Makefile | 1 | ||||
-rw-r--r-- | editors/lfhex/Makefile | 1 | ||||
-rw-r--r-- | editors/rospell/Makefile | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/editors/MathPlanner/Makefile b/editors/MathPlanner/Makefile index 008c0e637fed..237201fe46e0 100644 --- a/editors/MathPlanner/Makefile +++ b/editors/MathPlanner/Makefile @@ -19,7 +19,6 @@ COMMENT= A mathematical design and publishing application USE_QT_VER= 3 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= QTDIR="${QT_PREFIX}" QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index f65825daed80..9c3f49e37393 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -19,7 +19,6 @@ USE_QT_VER= 3 USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= QTDIR="${QT_PREFIX}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qt-moc=${MOC} diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index ac8c2642225b..6f0576216ba9 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -23,7 +23,7 @@ BROKEN= Segfault during build USE_XLIB= yes USE_QT_VER= 3 MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ENV= QTDIR=${X11BASE} LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" MAKEFILE= BSDmakefile |