diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-19 17:13:59 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-19 17:13:59 +0000 |
commit | 6ac97e349a7747c406ae176b116d4966832b25d6 (patch) | |
tree | 3f079aa36e625dc21fa6bfe00651edc959614242 | |
parent | c4fbec6d28874dd655d00289f7494bba62f67772 (diff) | |
download | ports-6ac97e349a7747c406ae176b116d4966832b25d6.tar.gz ports-6ac97e349a7747c406ae176b116d4966832b25d6.zip |
Notes
-rw-r--r-- | russian/emkatic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile index 4d2058bc55d5..d57be511db9d 100644 --- a/russian/emkatic/Makefile +++ b/russian/emkatic/Makefile @@ -3,7 +3,7 @@ PORTNAME= emkatic PORTVERSION= 0.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= russian emulators MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils -USE_FPC= yes +USE_FPC= cairo fcl-base fcl-image fcl-json fcl-process fcl-xml hash \ + pasjpeg paszlib x11 WANT_GNOME= yes PROJECT_FILE= emkatic.lpi |