diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-12-28 21:27:04 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-12-28 21:27:04 +0000 |
commit | 82170a32e730cda902bf2cefe48a37722fd63638 (patch) | |
tree | a79648c15d6a428c662fe3315defd4e346420205 /x11 | |
parent | 2eca2247b1136ce3cfa82981eccca4bc9030331a (diff) | |
download | ports-82170a32e730cda902bf2cefe48a37722fd63638.tar.gz ports-82170a32e730cda902bf2cefe48a37722fd63638.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxqt-l10n/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/lxqt-l10n/Makefile b/x11/lxqt-l10n/Makefile index 296fde030962..effddf2fcd9d 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,12 +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 - -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes -NO_ARCH= yes +USES= metaport .include <bsd.port.mk> |