diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 22:23:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 22:23:24 +0800 |
commit | 893beee524728838b1837e5685837362029fb9ad (patch) | |
tree | a1e7ed71569b69905cd6538caed21b56d5681370 /audio | |
parent | cbc2ee4c46872a15468f87f22805dabe901052a8 (diff) | |
download | freebsd-ports-gnome-893beee524728838b1837e5685837362029fb9ad.tar.gz freebsd-ports-gnome-893beee524728838b1837e5685837362029fb9ad.tar.zst freebsd-ports-gnome-893beee524728838b1837e5685837362029fb9ad.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 319140cfadc5..1b424b7ab44f 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= amarok PORTVERSION= 2.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src @@ -31,7 +31,8 @@ USE_QT4= corelib dbus designer gui network opengl \ phonon script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 -USES= cmake pkgconfig shared-mime-info tar:bzip2 +USES= cmake pkgconfig shared-mime-info shebangfix tar:bzip2 +SHEBANG_FILES= src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl USE_LDCONFIG= yes BROKEN_sparc64= does not build (GCC-related error) |