aboutsummaryrefslogtreecommitdiffstats
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-06-12 17:17:03 +0800
committerbapt <bapt@FreeBSD.org>2012-06-12 17:17:03 +0800
commitb67ba60a7d0b5167d89ba666bdb676db02c386e2 (patch)
tree04c579b603f0b42fdce1b378ded7e40d5fd46081 /devel/boehm-gc
parent3bcf5fedc5e27b6566c20a0863f490c35386e192 (diff)
downloadfreebsd-ports-gnome-b67ba60a7d0b5167d89ba666bdb676db02c386e2.tar.gz
freebsd-ports-gnome-b67ba60a7d0b5167d89ba666bdb676db02c386e2.tar.zst
freebsd-ports-gnome-b67ba60a7d0b5167d89ba666bdb676db02c386e2.zip
Convert to new options framework
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index 931200dc3d54..8247d8e2ba2e 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -20,11 +20,11 @@ USE_GNOME= gnomehack
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-cplusplus --disable-static --disable-threads
MAKE_JOBS_UNSAFE= yes
-OPTIONS= FULLDEBUG "Debugging support (see documentation)" off
+OPTIONS_DEFINE= DEBUG
.include <bsd.port.pre.mk>
-.if defined(WITH_FULLDEBUG)
+.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+= --enable-gc-debug
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+fulldebug
.endif