diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-03 16:20:47 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-03 16:20:47 +0000 |
commit | 86f6ecc83f64e36d42f934fee5cfcdaecbc69927 (patch) | |
tree | ea2032cf7a668a0dc55ad89d96d1f56c098e197b /deskutils/plasma-applet-playwolf | |
parent | a76cd22bf118d097391c1901563b54ba4344f55e (diff) | |
download | ports-86f6ecc83f64e36d42f934fee5cfcdaecbc69927.tar.gz ports-86f6ecc83f64e36d42f934fee5cfcdaecbc69927.zip |
Notes
Diffstat (limited to 'deskutils/plasma-applet-playwolf')
-rw-r--r-- | deskutils/plasma-applet-playwolf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/plasma-applet-playwolf/Makefile b/deskutils/plasma-applet-playwolf/Makefile index fe5da9c4a488..5bd23ead8120 100644 --- a/deskutils/plasma-applet-playwolf/Makefile +++ b/deskutils/plasma-applet-playwolf/Makefile @@ -10,8 +10,9 @@ PKGNAMEPREFIX= plasma-applet- MAINTAINER= jhale@FreeBSD.org COMMENT= Amarok 2.x plasma applet for KDE4 -USE_BZIP2= yes -USES= cmake +LICENSE= GPLv2 + +USES= cmake tar:bzip2 USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= gui dbus network opengl phonon svg webkit xml xmlpatterns \ qmake_build moc_build rcc_build uic_build @@ -29,7 +30,6 @@ ADD_NEWLINE_TO= flowlayout.cpp \ wolfbuttons.cpp \ wolflabel.h -NO_STAGE= yes post-patch: .for i in ${ADD_NEWLINE_TO} ${ECHO_CMD} >> ${WRKSRC}/${i} |