From 3219e1ccc2e5cdfb977ea663c6ced6c71b6e38c0 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 15 Dec 2015 10:19:14 +0000 Subject: - Fix build with new FPC PR: 205076 Submitted by: Andrey Fesenko (maintainer) Approved by: mat (mentor) Differential Revision: D4563 --- russian/emkatic/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'russian') diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile index 9161a4ac1ab5..c1796ff651e1 100644 --- a/russian/emkatic/Makefile +++ b/russian/emkatic/Makefile @@ -3,6 +3,7 @@ PORTNAME= emkatic PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= russian emulators MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils -USE_FPC= cairo fcl-base fcl-image fcl-json fcl-process fcl-xml hash \ - pasjpeg paszlib x11 +USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg x11 PROJECT_FILE= emkatic.lpi LAZARUS_VER= 1.4.2 @@ -62,6 +62,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -- cgit v1.2.3