aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2010-06-01 03:48:04 +0800
committermarcus <marcus@FreeBSD.org>2010-06-01 03:48:04 +0800
commit2b901ac81a3e5accbb9a234203bb595e2ce6a11e (patch)
tree0ef1523b2e776cc15e7e63b60daf2408224d8e15 /x11-toolkits
parentc3c268cb888aa8e967dcc69db700cd11eb85aef1 (diff)
downloadfreebsd-ports-gnome-2b901ac81a3e5accbb9a234203bb595e2ce6a11e.tar.gz
freebsd-ports-gnome-2b901ac81a3e5accbb9a234203bb595e2ce6a11e.tar.zst
freebsd-ports-gnome-2b901ac81a3e5accbb9a234203bb595e2ce6a11e.zip
Correct typo.
Reported by: Martin Tournoij <martin@arp242.net>
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-gtk2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index e05b7a1b37aa..d2bb0c968d7f 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -49,7 +49,7 @@ OPTIONS= NUMPY "Enable numpy support (pulls in gcc44)" off
.include <bsd.port.pre.mk>
-.if defined(WITH_NYMPY)
+.if defined(WITH_NUMPY)
BUILD_DEPENDS+= ${PYNUMPY}
RUN_DEPENDS+= ${PYNUMPY}
CONFIGURE_ARGS+=--enable-numpy