Date: Sun, 25 Dec 2016 07:55:17 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429401 - head/x11/lxqt-l10n Message-ID: <201612250755.uBP7tH2L089743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Sun Dec 25 07:55:17 2016 New Revision: 429401 URL: https://svnweb.freebsd.org/changeset/ports/429401 Log: Remove USES= metaport, otherwise fetch target is not functional Reported by: pkg-fallout@ Modified: head/x11/lxqt-l10n/Makefile Modified: head/x11/lxqt-l10n/Makefile ============================================================================== --- head/x11/lxqt-l10n/Makefile Sun Dec 25 07:29:12 2016 (r429400) +++ head/x11/lxqt-l10n/Makefile Sun Dec 25 07:55:17 2016 (r429401) @@ -4,6 +4,7 @@ PORTNAME= lxqt-l10n PORTVERSION= 0.11.1 CATEGORIES= x11 +MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= olivierd@FreeBSD.org COMMENT= Translations of LXQt components @@ -15,6 +16,12 @@ RUN_DEPENDS= liblxqt-l10n>=0.11:devel/li libfmqt-l10n>=0.11:x11/libfmqt-l10n \ pcmanfmqt-l10n>=0.11:x11-fm/pcmanfmqt-l10n -USES= lxqt metaport tar:xz +# Can't use metaport, because we need to fetch tarball +USES= lxqt tar:xz + +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612250755.uBP7tH2L089743>