diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-05 20:29:45 +0800 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-05 20:29:45 +0800 |
commit | fb75e8f86626d06279b38ad2f4515ffe97510eb9 (patch) | |
tree | 41b6a7685b6a29097d0e3344bf83c680734e5463 /lang/python27 | |
parent | 03a53cc67c41138f11d9eec3fcadca0b9ccb78da (diff) | |
download | freebsd-ports-gnome-fb75e8f86626d06279b38ad2f4515ffe97510eb9.tar.gz freebsd-ports-gnome-fb75e8f86626d06279b38ad2f4515ffe97510eb9.tar.zst freebsd-ports-gnome-fb75e8f86626d06279b38ad2f4515ffe97510eb9.zip |
Add NumPy to default search path.
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup index 5105ea176784..1eea44586c45 100644 --- a/lang/python27/files/Setup +++ b/lang/python27/files/Setup @@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST) DESTPATH=:$(DESTLIB) # Site specific path insertions -- should begin with : if non-empty -SITEPATH= +SITEPATH=:$(DESTLIB)/NumPy # Standard enabled (tests are always available) TESTPATH=:$(DESTLIB)/test |