diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
commit | 8951aa30125c5b46ee9b5de19efdc698def84ecf (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /graphics/scigraphica | |
parent | 8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (diff) | |
download | pkgsrc-8951aa30125c5b46ee9b5de19efdc698def84ecf.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'graphics/scigraphica')
-rw-r--r-- | graphics/scigraphica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 62244a73019..ccc9a2e9330 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/09/25 08:31:54 hira Exp $ +# $NetBSD: Makefile,v 1.43 2007/09/25 10:03:53 hira Exp $ # DISTNAME= scigraphica-2.1.0 @@ -26,7 +26,7 @@ USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes pre-configure: - ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python .include "../../lang/python/application.mk" .include "../../graphics/libscigraphica/buildlink3.mk" |