diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-18 04:37:05 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-18 04:37:05 +0000 |
commit | 1949eff8f4d1b3fe32227086786fbd7b68e2d05b (patch) | |
tree | b0df8c218817618f178978ccf88484e0f8a29a01 /editors | |
parent | b00e331d74cf7a9673397b699355864af300155c (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus-lcl-qt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile index 9ddcd491d943..b0bf338c9d6c 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= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend @@ -9,7 +9,6 @@ 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 |