diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-04 00:22:40 +0800 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-04 00:22:40 +0800 |
commit | 38460d5438a47183fa4f1c1bb3a3e25e0d54628c (patch) | |
tree | 1e6942671edaa6a3969e8cbb3bcb807a0ecd84e7 /audio/waheela | |
parent | 86f6ecc83f64e36d42f934fee5cfcdaecbc69927 (diff) | |
download | freebsd-ports-gnome-38460d5438a47183fa4f1c1bb3a3e25e0d54628c.tar.gz freebsd-ports-gnome-38460d5438a47183fa4f1c1bb3a3e25e0d54628c.tar.zst freebsd-ports-gnome-38460d5438a47183fa4f1c1bb3a3e25e0d54628c.zip |
- STAGEify
- Add LICENSE
Diffstat (limited to 'audio/waheela')
-rw-r--r-- | audio/waheela/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/waheela/Makefile b/audio/waheela/Makefile index 242b1ae4d8cd..28ef95d77eab 100644 --- a/audio/waheela/Makefile +++ b/audio/waheela/Makefile @@ -10,10 +10,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Fullscreen mode for Amarok 2.x +LICENSE= GPLv2 + RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4 USES= cmake -NO_STAGE= yes USE_KDE4= automoc4 kdeprefix kdehier kdelibs USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build |