aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-03-26 23:36:35 +0800
committermat <mat@FreeBSD.org>2018-03-26 23:36:35 +0800
commit32db9b2818e2ad9dbcbbe35cbfa97041f38560cd (patch)
tree828031986f8a2b9d2df1669cb97c2345f9f14cff /audio
parent40b8eb9d28cb65cbb639abb6f0c0dc8ad48f772a (diff)
downloadfreebsd-ports-gnome-32db9b2818e2ad9dbcbbe35cbfa97041f38560cd.tar.gz
freebsd-ports-gnome-32db9b2818e2ad9dbcbbe35cbfa97041f38560cd.tar.zst
freebsd-ports-gnome-32db9b2818e2ad9dbcbbe35cbfa97041f38560cd.zip
The sixth parameter of DESKTOP_ENTRIES is either true, false or empty,
it is not the shell builtin named false. Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r--audio/pd/Makefile2
-rw-r--r--audio/supercollider/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index 7eb21a5081f1..e60f114a4e13 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread
-DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" ${FALSE}
+DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" false
OPTIONS_DEFINE= ALSA DOCS JACK
OPTIONS_DEFAULT= JACK
diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile
index 629be295c31b..5f89f37b9988 100644
--- a/audio/supercollider/Makefile
+++ b/audio/supercollider/Makefile
@@ -36,7 +36,7 @@ CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE}/lib/qt5 \
-DLIBSCSYNTH=ON
DESKTOP_ENTRIES="SuperCollider IDE" "" "${LOCALBASE}/share/pixmaps/sc_ide.svg" \
- "scide" "" ${FALSE}
+ "scide" "" false
OPTIONS_DEFINE= HELP SUPERNOVA
OPTIONS_DEFAULT= HELP SUPERNOVA