diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-05 23:00:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-05 23:00:02 +0000 |
commit | 52e64acacba11d00ab04befb6790d9c2010916b8 (patch) | |
tree | a457e35fdda1e14a3f34623790d4ca1216a63fbd /math/plplot | |
parent | 03060a80f75999ebefdb2e43d89aec09e1bcab88 (diff) |
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index a34eb85554bb..cfc071d8ce4b 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= SF -MAINTAINER= giffunip@tutopia.com +MAINTAINER= ports@FreeBSD.org COMMENT= A scientific plotting package LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-gcw .endif .if defined(WITH_PYTHON) -BROKEN= does not build +BROKEN= does not build with PYTHON USE_PYTHON= yes PLIST_SUB+= PYTHON="" CONFIGURE_ENV+= PYTHON_VERSION="${PYTHON_VERSION}" |