diff options
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> |