diff options
author | tg <tg@FreeBSD.org> | 1997-05-05 12:29:45 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-05-05 12:29:45 +0000 |
commit | 6ee8d7ea79fdb274fb65811070c5bcb76c6d4463 (patch) | |
tree | b6599432e2d8a029a04910f05f682e972c2079bf /lang/python15 | |
parent | 650c1095b9298e2d5f2ea98d3f183e2a17b3305b (diff) | |
download | FreeBSD-ports-6ee8d7ea79fdb274fb65811070c5bcb76c6d4463.zip FreeBSD-ports-6ee8d7ea79fdb274fb65811070c5bcb76c6d4463.tar.gz |
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 5105ea1..1eea445 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 |