diff options
author | swills <swills@FreeBSD.org> | 2016-05-27 00:25:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-05-27 00:25:39 +0800 |
commit | c7ead94ea0c8170bd35108a780eac2854f87c517 (patch) | |
tree | ebe5b318df6e131f19c3965ce92086b7c1d8373d /x11-clocks | |
parent | 3f45d6b6ce63ded43d74902be3777e153fd7a567 (diff) | |
download | freebsd-ports-gnome-c7ead94ea0c8170bd35108a780eac2854f87c517.tar.gz freebsd-ports-gnome-c7ead94ea0c8170bd35108a780eac2854f87c517.tar.zst freebsd-ports-gnome-c7ead94ea0c8170bd35108a780eac2854f87c517.zip |
Add USE_KDE4 so that KDE4_VERSION is defined
PR: 209756
Submitted by: T.C.Berner <tcberner@gmail.com>
Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index d0a0dbb41d35..93750e4eef7e 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -7,6 +7,7 @@ CATEGORIES= x11-clocks kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE miscellaneous applications (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= AMOR KTEATIME KTUX |