freebsd-ports/editors/lazarus-lcl-qt/Makefile
Jose Alonso Cardenas Marquez 83c7e06d7a - Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have been
modified. It will avoid mismatch size problems with some lazarus files
2013-10-02 02:47:53 +00:00

18 lines
371 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
PKGNAMESUFFIX= -lcl-qt
COMMENT= Lazarus components library - QT backend
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
USE_FPC= x11
LCL_INTERFACE= qt
MASTERDIR= ${.CURDIR}/../../editors/lazarus
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"