diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-04-04 03:22:38 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-04-04 03:22:38 +0800 |
commit | 4aa1bb40992c8508fe0668efd40892947f7a8b08 (patch) | |
tree | 94667cfc0aba518e08bffe5f9a4cadd8449128f5 /x11-clocks | |
parent | 9f79f577bebe9f071b0ae46ce8496624f21fd0d2 (diff) | |
download | freebsd-ports-gnome-4aa1bb40992c8508fe0668efd40892947f7a8b08.tar.gz freebsd-ports-gnome-4aa1bb40992c8508fe0668efd40892947f7a8b08.tar.zst freebsd-ports-gnome-4aa1bb40992c8508fe0668efd40892947f7a8b08.zip |
Convert kde@ ports to USES=metaport.
Submitted by: alonso@
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index fc065c717d31..e1a3c04fa91f 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -3,15 +3,12 @@ PORTNAME= kdetoys PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11-clocks kde -DISTFILES= # MAINTAINER= kde@FreeBSD.org COMMENT= KDE miscellaneous applications (meta port) USE_KDE4= kdeprefix -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport OPTIONS_DEFINE= AMOR KTEATIME KTUX OPTIONS_DEFAULT= ${OPTIONS_DEFINE} |