From 02d6c0503463d77ea3a6d6b465516ad78b791bcd Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 13 Jan 2011 10:04:58 +0000 Subject: [PATCH] Fix OPTIONS processing. PR: ports/153919 Submitted by: Michael Stowe (maintainer) Feature safe: yes --- misc/heyu2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index f7861213716c..34cf559207b7 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -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 + .if !defined(WITH_CM17A) CONFIGURE_ARGS+= nocm17a .endif