aboutsummaryrefslogtreecommitdiff
path: root/russian/emkatic
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 08:06:43 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 08:06:43 +0000
commit230cf6828ff8e331d6ad8fe0f281d3656e7592bf (patch)
treedcd9771851d8a5b000509363eeaba5add2d5d4de /russian/emkatic
parent3986cfea667e50f96de500e756073fe4208720fd (diff)
downloadports-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.tar.gz
ports-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.zip
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
Notes
Notes: svn path=/head/; revision=393766
Diffstat (limited to 'russian/emkatic')
-rw-r--r--russian/emkatic/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile
index c1c02801c35f..4d2058bc55d5 100644
--- a/russian/emkatic/Makefile
+++ b/russian/emkatic/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emkatic
PORTVERSION= 0.20
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= russian emulators
MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -21,7 +21,7 @@ USE_FPC= yes
WANT_GNOME= yes
PROJECT_FILE= emkatic.lpi
-LAZARUS_VER= 1.4.0
+LAZARUS_VER= 1.4.2
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
LCL_UNITS_DIR= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}
@@ -55,7 +55,7 @@ BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/edit
.endif
do-build:
- @cd ${WRKSRC} && \
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${LAZBUILD_CMD} --ws="${LCL_PLATFORM}" --lazarusdir=${LAZARUS_DIR} ${PROJECT_FILE}
do-install: