aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-03-21 09:21:49 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-03-21 09:21:49 +0000
commitf8f17fce4b269b227b69510a11a8fecec725ae45 (patch)
tree08cb72123fc8d381979631fe37e021a17a9a8520 /editors
parent4d1cb6b0090ea51baf3bfc4d4a5afbca43638329 (diff)
downloadports-f8f17fce4b269b227b69510a11a8fecec725ae45.tar.gz
ports-f8f17fce4b269b227b69510a11a8fecec725ae45.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/texmaker/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index abf82f6ac176..d4c18fdab142 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -30,7 +30,6 @@ HAS_CONFIGURE= yes
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} -unix PREFIX=${PREFIX} INCLUDEPATH+=/foo/bar/ZZZZZZZZZZZZZZZ \
- LIBS+=-L/foo/bar/XXXXXXXXXXXXXXXXX texmaker.pro
+ ${QMAKE} -unix PREFIX=${PREFIX} texmaker.pro
.include <bsd.port.mk>