aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-06-06 20:24:27 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-06-06 20:24:27 +0000
commit4c98308c567764801f9a12e255fc42174b857a38 (patch)
tree2518bb4491b28224996a475f817ad575945d3486
parentede7a6bea5c8be9f6fa3e7e9a49bca3fb1e8239f (diff)
downloadports-4c98308c567764801f9a12e255fc42174b857a38.tar.gz
ports-4c98308c567764801f9a12e255fc42174b857a38.zip
- fix OPTIONS spelling
Notes
Notes: svn path=/head/; revision=320125
-rw-r--r--devel/goffice/Makefile2
-rw-r--r--games/fairymax/Makefile2
-rw-r--r--net/pear-Net_SMTP/Makefile2
-rw-r--r--x11-themes/gtk-qnxtheme/Makefile2
-rw-r--r--x11/gdm/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile
index ce8f213b8a04..b163f6a75964 100644
--- a/devel/goffice/Makefile
+++ b/devel/goffice/Makefile
@@ -33,7 +33,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \
MAKE_JOBS_SAFE= yes
OPTIONS_DEFINE= GCONF
-OPTIONS_DEAFULT=GCONF
+OPTIONS_DEFAULT=GCONF
.include <bsd.port.options.mk>
diff --git a/games/fairymax/Makefile b/games/fairymax/Makefile
index d2e1c597ed54..6bb5ce80067e 100644
--- a/games/fairymax/Makefile
+++ b/games/fairymax/Makefile
@@ -15,7 +15,7 @@ COMMENT= Chess engine for shatranj, courier chess, and others
CONFLICTS= fairymax-4.8Q.[0-9]* fairymax-4.8Q.[0-9]*_[0-9]*
OPTIONS_DEFINE= OPTIMIZED_CFLAGS
-OPTIONS_DEFAUTL= OPTIMIZED_CFLAGS
+OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
DIST_SUBDIR= ${PORTNAME}
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile
index 021fb08cf9ac..0e4ff1b9ee77 100644
--- a/net/pear-Net_SMTP/Makefile
+++ b/net/pear-Net_SMTP/Makefile
@@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS:= ${BUILD_DEPENDS}
LATEST_LINK= pear-Net_SMTP
-OPTIONS_DEiFINE= PEAR_AUTH_SASL
+OPTIONS_DEFINE= PEAR_AUTH_SASL
PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support
PEAR_AUTOINSTALL= yes
diff --git a/x11-themes/gtk-qnxtheme/Makefile b/x11-themes/gtk-qnxtheme/Makefile
index 09864779e367..1d5a9cd022d6 100644
--- a/x11-themes/gtk-qnxtheme/Makefile
+++ b/x11-themes/gtk-qnxtheme/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= QNX-inspired theme for GTK1 and GTK2
OPTIONS_DEFINE= GTK2
-OPTIONS_DEFALT= GTK2
+OPTIONS_DEFAULT= GTK2
GTK2_DESC= Build the GTK2 theme as well
NO_WRKSUBDIR= yes
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 56f743b97fd1..24ce6bd06a98 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -57,7 +57,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
GNOME_LOCALSTATEDIR= /var
OPTIONS_DEFINE= IPV6 KEYRING
-OPTIONS_DEFAULt=KEYRING
+OPTIONS_DEFAULT=KEYRING
KEYRING_DESC= GnomeKeyring/PAM integration
.include <bsd.port.options.mk>