diff options
author | makc <makc@FreeBSD.org> | 2011-01-13 18:04:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-01-13 18:04:58 +0800 |
commit | 23a82cd1ec4567e859a1ac9b8504a74fe1a819ce (patch) | |
tree | 63df07a2a3e7cb3992c4ad5b4ba2eabd24f971f3 /misc | |
parent | 730f2f16a80eabab32a09bb57d92ac596d07e3b4 (diff) | |
download | freebsd-ports-gnome-23a82cd1ec4567e859a1ac9b8504a74fe1a819ce.tar.gz freebsd-ports-gnome-23a82cd1ec4567e859a1ac9b8504a74fe1a819ce.tar.zst freebsd-ports-gnome-23a82cd1ec4567e859a1ac9b8504a74fe1a819ce.zip |
Fix OPTIONS processing.
PR: ports/153919
Submitted by: Michael Stowe (maintainer)
Feature safe: yes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heyu2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.options.mk> + .if !defined(WITH_CM17A) CONFIGURE_ARGS+= nocm17a .endif |