diff options
author | acm <acm@FreeBSD.org> | 2015-08-18 12:37:05 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2015-08-18 12:37:05 +0800 |
commit | 3e4af54e54aeea5393a242221fb88ca2db0d69f9 (patch) | |
tree | b0df8c218817618f178978ccf88484e0f8a29a01 /editors | |
parent | d0b7a026b714e4facadfd1ddcf50b3429f3e3b2a (diff) | |
download | freebsd-ports-gnome-3e4af54e54aeea5393a242221fb88ca2db0d69f9.tar.gz freebsd-ports-gnome-3e4af54e54aeea5393a242221fb88ca2db0d69f9.tar.zst freebsd-ports-gnome-3e4af54e54aeea5393a242221fb88ca2db0d69f9.zip |
- Remove USE_FPC_RUN. It is not necessary here
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 |