summaryrefslogtreecommitdiff
path: root/audio/pd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-03-26 15:36:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-03-26 15:36:35 +0000
commit072af3283a6372cdad5426cd03285f9f79e9fc1f (patch)
tree828031986f8a2b9d2df1669cb97c2345f9f14cff /audio/pd
parentf07b7b386cbf0a93b4dc1f9e344ff534f45e78be (diff)
downloadfreebsd-ports-072af3283a6372cdad5426cd03285f9f79e9fc1f.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/pd')
-rw-r--r--audio/pd/Makefile2
1 files changed, 1 insertions, 1 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