1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Convert to options helper

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-12-20 18:35:53 +00:00
parent 36e3200a28
commit 5bdd26fb59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429023

View File

@ -17,10 +17,6 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif
DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.mk>