aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-15 22:19:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-15 22:19:00 +0800
commit3f2c5b742e90df87d7fc8f52f49654c9fdd0b9b4 (patch)
tree8dd9b8a6bec60743166cee73ee6f9a9a74684cfa /audio
parent6650f1267c06cae5f567ba3a6431a4dcf602f374 (diff)
downloadfreebsd-ports-gnome-3f2c5b742e90df87d7fc8f52f49654c9fdd0b9b4.tar.gz
freebsd-ports-gnome-3f2c5b742e90df87d7fc8f52f49654c9fdd0b9b4.tar.zst
freebsd-ports-gnome-3f2c5b742e90df87d7fc8f52f49654c9fdd0b9b4.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'audio')
-rw-r--r--audio/cantata/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/cantata/Makefile b/audio/cantata/Makefile
index 3f005bfe7407..904e5110f25c 100644
--- a/audio/cantata/Makefile
+++ b/audio/cantata/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cantata
PORTVERSION= 1.5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio kde
MASTER_SITES= https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8&dummy=
@@ -23,7 +23,8 @@ CMAKE_ARGS= -DENABLE_QT5:BOOL=TRUE \
-DLCONVERT_EXECUTABLE:STRING=${QT_BINDIR}/lconvert \
-DLRELEASE_EXECUTABLE:STRING=${QT_BINDIR}/lrelease
-USES= cmake:outsource cpe pkgconfig tar:bzip2
+USES= cmake:outsource cpe pkgconfig shebangfix tar:bzip2
+SHEBANG_FILES= dynamic/cantata-dynamic cantata-remote.cmake
CPE_VENDOR= craig_drummond
USE_LDCONFIG= yes