aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-03-19 13:28:24 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-03-19 13:28:24 +0000
commiteebe4f631a95b6151f791063ddd89470be950018 (patch)
tree4387e77135e8eccc267c439b9f047106c4a7bd8c
parent9e3ea093d4572178c17462fd89448a2080fb8968 (diff)
downloadports-eebe4f631a95b6151f791063ddd89470be950018.tar.gz
ports-eebe4f631a95b6151f791063ddd89470be950018.zip
- fix '(' '}' typo
- fix OPTION keyword US -> USB (sysutils/nut22)
Notes
Notes: svn path=/head/; revision=314643
-rw-r--r--games/knights-kde4/Makefile2
-rw-r--r--sysutils/nut22/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile
index 1a2f36c3d191..6bccdc8231db 100644
--- a/games/knights-kde4/Makefile
+++ b/games/knights-kde4/Makefile
@@ -21,7 +21,7 @@ USE_QT4= qmake_build moc_build rcc_build uic_build
.include <bsd.port.options.mk>
-.if empty(PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
CMAKE_ARGS+= -DBUILD_doc=FALSE
.endif
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
index cae0333a09c6..02391cc47ed3 100644
--- a/sysutils/nut22/Makefile
+++ b/sysutils/nut22/Makefile
@@ -92,7 +92,7 @@ CONFIGURE_ARGS+= --without-serial
PLIST_SUB+= NUT_SERIAL="@comment "
.endif
-.if ${PORT_OPTIONS:MUS}
+.if ${PORT_OPTIONS:MUSB}
. if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
. else
@@ -127,7 +127,7 @@ PLIST_SUB+= NUT_NEON="@comment "
.endif
.if ${PORT_OPTIONS:MHAL}
-. if empty(PORT_OPTIONS:MUSB}
+. if ! ${PORT_OPTIONS:MUSB}
BROKEN= HAL is only usable with USB support enabled. Run 'make config' again!
. endif
LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal