diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-12-24 00:34:52 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-12-24 00:34:52 +0800 |
commit | 638bec99674276cf88cf8111c18e6ff6eeb332ca (patch) | |
tree | 93876bf4bb181ea59b8bd2b9833431908e60ff82 /x11/lxqt-l10n | |
parent | 92cf7a6150d12d1f2819e6e55be9c7d841c72197 (diff) | |
download | freebsd-ports-gnome-638bec99674276cf88cf8111c18e6ff6eeb332ca.tar.gz freebsd-ports-gnome-638bec99674276cf88cf8111c18e6ff6eeb332ca.tar.zst freebsd-ports-gnome-638bec99674276cf88cf8111c18e6ff6eeb332ca.zip |
Unbreak fetch
Reported by: antoine@
Diffstat (limited to 'x11/lxqt-l10n')
-rw-r--r-- | x11/lxqt-l10n/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/lxqt-l10n/Makefile b/x11/lxqt-l10n/Makefile index 7a3a281af414..883f2a8b421c 100644 --- a/x11/lxqt-l10n/Makefile +++ b/x11/lxqt-l10n/Makefile @@ -4,7 +4,6 @@ PORTNAME= lxqt-l10n PORTVERSION= 0.11.1 CATEGORIES= x11 -MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= olivierd@FreeBSD.org COMMENT= Translations of LXQt components @@ -16,13 +15,6 @@ RUN_DEPENDS= liblxqt-l10n>=0.11:devel/liblxqt-l10n \ libfmqt-l10n>=0.11:x11/libfmqt-l10n \ pcmanfmqt-l10n>=0.11:x11-fm/pcmanfmqt-l10n -# Can't use metaport, because we need to fetch tarball -USES= lxqt tar:xz -USE_LXQT= lxqt - -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes -NO_ARCH= yes +USES= lxqt metaport tar:xz .include <bsd.port.mk> |