diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-31 19:48:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-31 19:48:04 +0000 |
commit | e9f130dc430236e9fe94eba1cfcb97803a13d526 (patch) | |
tree | 16a116281805df0bc51c19cc474dc068b7e58216 /x11-toolkits/py-gtk2 | |
parent | 69105de3df9f4914baf288c0b3ee48d564bbcee6 (diff) | |
download | ports-e9f130dc430236e9fe94eba1cfcb97803a13d526.tar.gz ports-e9f130dc430236e9fe94eba1cfcb97803a13d526.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 2 |
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 |