diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /graphics/py-visual | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'graphics/py-visual')
-rw-r--r-- | graphics/py-visual/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-visual/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile index dc55eacf5e21..08877283e15f 100644 --- a/graphics/py-visual/Makefile +++ b/graphics/py-visual/Makefile @@ -7,6 +7,7 @@ PORTNAME= visual PORTVERSION= 3.2.7 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://www.vpython.org/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -24,7 +25,6 @@ RUN_DEPENDS= ${PYNUMERIC} USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:15 USE_PYTHON= 2.3+ USE_XLIB= yes diff --git a/graphics/py-visual/pkg-plist b/graphics/py-visual/pkg-plist index 588236f748f4..9dd819c6f9eb 100644 --- a/graphics/py-visual/pkg-plist +++ b/graphics/py-visual/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/vpython +%%PYTHON_SITELIBDIR%%/cvisualmodule.la %%PYTHON_SITELIBDIR%%/cvisualmodule.so %%PYTHON_SITELIBDIR%%/cvisualmodule.so.1 %%PYTHON_SITELIBDIR%%/visual/__init__.py |