diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-04 01:19:18 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-04 01:19:18 +0800 |
commit | f430579fbc1da8df1976dd96232831fcdf512c87 (patch) | |
tree | f4276f7558b8453b5c2519ca1f51fe169d1cd951 /editors | |
parent | 244c595a027cb77d4d632caa1d3279de940c9d4a (diff) | |
download | freebsd-ports-gnome-f430579fbc1da8df1976dd96232831fcdf512c87.tar.gz freebsd-ports-gnome-f430579fbc1da8df1976dd96232831fcdf512c87.tar.zst freebsd-ports-gnome-f430579fbc1da8df1976dd96232831fcdf512c87.zip |
Convert to USES=metaport.
PR: 201605
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra-l10n/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile index ec9c5c64da6a..be4359d7fe6c 100644 --- a/editors/calligra-l10n/Makefile +++ b/editors/calligra-l10n/Makefile @@ -4,15 +4,11 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} PORTREVISION= 3 CATEGORIES= editors kde -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for Calligra -NO_ARCH= yes -NO_BUILD= yes +USES= metaport USE_KDE4= kdeprefix CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \ @@ -53,7 +49,4 @@ ${${lang}_OPT}_RUN_DEPENDS=${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} ALL_RUN_DEPENDS+= ${${${lang}_OPT}_RUN_DEPENDS} .endfor -do-install: - @${DO_NADA} - .include <bsd.port.mk> |