summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2015-08-15 10:36:04 +0000
committerStephen Hurd <shurd@FreeBSD.org>2015-08-15 10:36:04 +0000
commit39a07d8719630bbd378abe6dbda564259a7b9261 (patch)
tree5d7c37a5026838a5f46380819e26009d532f6647 /comms
parentUpdate to version 1.0 (diff)
Remove the DEBUG option.
Notes
Notes: svn path=/head/; revision=394293
Diffstat (limited to 'comms')
-rw-r--r--comms/syncterm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index 00fafe34001c..282c8722c323 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -24,8 +24,9 @@ MAKE_ARGS+= WITHOUT_PORTAUDIO=yes
MAKE_ARGS+= -C ${WRKSRC}
MAKE_ARGS+= PREFIX="${PREFIX}"
MAKE_ARGS+= INSTALL_EXE="${INSTALL_PROGRAM}"
+MAKE_ARGS+= RELEASE=1
-OPTIONS_DEFINE= X11 SDL DEBUG
+OPTIONS_DEFINE= X11 SDL
OPTIONS_DEFAULT= X11 SDL
X11_USE= xorg=x11
@@ -35,9 +36,6 @@ SDL_USE= SDL=sdl
SDL_MAKE_ARGS= USE_SDL=1
SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1
-DEBUG_MAKE_ARGS= DEBUG=1
-DEBUG_MAKE_ARGS_OFF= RELEASE=1
-
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= does not configure except on i386 amd64