diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-21 09:21:49 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-21 09:21:49 +0000 |
commit | f8f17fce4b269b227b69510a11a8fecec725ae45 (patch) | |
tree | 08cb72123fc8d381979631fe37e021a17a9a8520 /editors | |
parent | 4d1cb6b0090ea51baf3bfc4d4a5afbca43638329 (diff) | |
download | ports-f8f17fce4b269b227b69510a11a8fecec725ae45.tar.gz ports-f8f17fce4b269b227b69510a11a8fecec725ae45.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/Makefile | 3 |
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> |