diff options
author | antoine <antoine@FreeBSD.org> | 2016-02-06 02:16:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-02-06 02:16:54 +0800 |
commit | 662f05497a740974ca68a127b1422f807100399c (patch) | |
tree | c89533d9a1e92a81f7dba8d75384cb8d604fab7e /russian | |
parent | b05f78db53183aa958f83a5f5475d185075774b9 (diff) | |
download | freebsd-ports-gnome-662f05497a740974ca68a127b1422f807100399c.tar.gz freebsd-ports-gnome-662f05497a740974ca68a127b1422f807100399c.tar.zst freebsd-ports-gnome-662f05497a740974ca68a127b1422f807100399c.zip |
Fix build with new lazarus
Reported by: pkg-fallout
PR: 206873
Submitted by: maintainer
Diffstat (limited to 'russian')
-rw-r--r-- | russian/emkatic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile index 7436eedb6a70..a9a8a7909ddc 100644 --- a/russian/emkatic/Makefile +++ b/russian/emkatic/Makefile @@ -3,7 +3,7 @@ PORTNAME= emkatic PORTVERSION= 0.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= russian emulators MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -20,7 +20,7 @@ BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg x11 PROJECT_FILE= emkatic.lpi -LAZARUS_VER= 1.4.2 +LAZARUS_VER= 1.6RC2 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LAZARUS_DIR}/lcl/units/${BUILDNAME} |