diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-04-03 00:45:33 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-04-03 00:45:33 +0800 |
commit | 97eee6e453d53586d456027ae7cc6af76a5e93a2 (patch) | |
tree | 92da576ae82d04f74cbe54dfd80a625b1b1bfe44 /multimedia | |
parent | 5b973a964e0eae8d808de381c24ac54f99736306 (diff) | |
download | freebsd-ports-gnome-97eee6e453d53586d456027ae7cc6af76a5e93a2.tar.gz freebsd-ports-gnome-97eee6e453d53586d456027ae7cc6af76a5e93a2.tar.zst freebsd-ports-gnome-97eee6e453d53586d456027ae7cc6af76a5e93a2.zip |
Add "kde" to CATEGORIES.
This just keeps the Makefile in sync with the version in kde@'s area51
repository. It is not clear why this was not added when the port was
introduced.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/qt5-phonon4-designerplugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/qt5-phonon4-designerplugin/Makefile b/multimedia/qt5-phonon4-designerplugin/Makefile index 0201ff7e4507..781c9ec79326 100644 --- a/multimedia/qt5-phonon4-designerplugin/Makefile +++ b/multimedia/qt5-phonon4-designerplugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= phonon PORTVERSION= 4.8.3 -CATEGORIES= multimedia +CATEGORIES= multimedia kde PKGNAMEPREFIX= qt5- PKGNAMESUFFIX= 4 MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src |