diff options
author | acm <acm@FreeBSD.org> | 2009-11-14 14:00:07 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-11-14 14:00:07 +0800 |
commit | 1f4a4cc8d0a2e06b1c1cd8845f7793cc4f91c142 (patch) | |
tree | b3280637e4cb58640a637dc199888fcdca40c867 /editors | |
parent | 019bfadf18ca85ad774e265dd86cc4237c5d9373 (diff) | |
download | freebsd-ports-graphics-1f4a4cc8d0a2e06b1c1cd8845f7793cc4f91c142.tar.gz freebsd-ports-graphics-1f4a4cc8d0a2e06b1c1cd8845f7793cc4f91c142.tar.zst freebsd-ports-graphics-1f4a4cc8d0a2e06b1c1cd8845f7793cc4f91c142.zip |
- Fix build with QT4 interface
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index b330f398e14..2efcc7f7bd0 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -25,7 +25,7 @@ USE_GNOME= # USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-xml \ iconvenc pasjpeg x11 -MAKE_ENV= OPT="-Sgic -Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib ${OPT_EXTRA}" +MAKE_ENV= OPT="-Sgic -Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib -Fl${LOCALBASE}/lib/qt4 ${OPT_EXTRA}" MAN1= lazarus-ide.1 lazbuild.1 startlazarus.1 PLIST= ${WRKDIR}/pkg-plist SUB_FILES= pkg-message |