svn commit: r429401 - head/x11/lxqt-l10n

Olivier Duchateau olivierd at FreeBSD.org
Sun Dec 25 07:55:18 UTC 2016


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 at 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>


More information about the svn-ports-all mailing list