diff options
author | tg <tg@FreeBSD.org> | 1997-05-05 20:29:45 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-05-05 20:29:45 +0800 |
commit | 6ee8d7ea79fdb274fb65811070c5bcb76c6d4463 (patch) | |
tree | b6599432e2d8a029a04910f05f682e972c2079bf /lang/python15 | |
parent | 650c1095b9298e2d5f2ea98d3f183e2a17b3305b (diff) | |
download | freebsd-ports-gnome-6ee8d7ea79fdb274fb65811070c5bcb76c6d4463.tar.gz freebsd-ports-gnome-6ee8d7ea79fdb274fb65811070c5bcb76c6d4463.tar.zst freebsd-ports-gnome-6ee8d7ea79fdb274fb65811070c5bcb76c6d4463.zip |
Add NumPy to default search path.
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python15/files/Setup b/lang/python15/files/Setup index 5105ea176784..1eea44586c45 100644 --- a/lang/python15/files/Setup +++ b/lang/python15/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 |