diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-22 15:46:05 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-22 15:46:05 +0000 |
commit | bb4caf27ed4255c202fd9957d2a4e3a0316d9067 (patch) | |
tree | 4dcb3a2040d3febd9d52332174acb7f573e93732 /misc/heyu2/Makefile | |
parent | bcfc1c1430a39b33f479f6861f38e1a6e718f3a9 (diff) |
Notes
Diffstat (limited to 'misc/heyu2/Makefile')
-rw-r--r-- | misc/heyu2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index a8bb3144952e..07162216373d 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= heyu2 -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= misc MASTER_SITES= http://www.heyu.org/download/ DISTNAME= heyu-${PORTVERSION} @@ -34,8 +34,6 @@ OPTIONS= CM17A "X10 CM17A \"Firecracker\" Support" on \ RFXSENS "RFXSensors (RF) Support" on \ RFXMETER "RFXMeter (RF) Support" on -.include <bsd.port.pre.mk> - .if !defined(WITH_CM17A) CONFIGURE_ARGS+= nocm17a .endif @@ -73,4 +71,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/x10config.sample ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/x10.sched.sample ${EXAMPLESDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |