1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Fix OPTIONS processing.

PR:		ports/153919
Submitted by:	Michael Stowe (maintainer)
Feature safe:	yes
This commit is contained in:
Max Brazhnikov 2011-01-13 10:04:58 +00:00
parent 926e94cc00
commit 02d6c05034
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267734

View File

@ -7,6 +7,7 @@
PORTNAME= heyu2
PORTVERSION= 2.9.2
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.heyu.org/download/
DISTNAME= heyu-${PORTVERSION}
@ -40,6 +41,8 @@ OPTIONS= CM17A "X10 CM17A \"Firecracker\" Support" on \
DMX "Digimax Thermostat Support" on \
OREGON "Oregon Support" on
.include <bsd.port.options.mk>
.if !defined(WITH_CM17A)
CONFIGURE_ARGS+= nocm17a
.endif