diff options
Diffstat (limited to 'editors/lazarus-lcl-qt/Makefile')
-rw-r--r-- | editors/lazarus-lcl-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile index 3ac3eb072a6e..9ddcd491d943 100644 --- a/editors/lazarus-lcl-qt/Makefile +++ b/editors/lazarus-lcl-qt/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend @@ -9,6 +9,7 @@ COMMENT= Lazarus components library - QT backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units USE_FPC= x11 +USE_FPC_RUN= yes LCL_INTERFACE= qt |