diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-03 19:11:34 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-03 19:11:34 +0000 |
commit | 46c47ddd1149a4b5078b9f4993eda144fd47d1d6 (patch) | |
tree | c7102a955dfd26da7e317b37989ee05bbeaf785f /x11-toolkits/py-gtkglext | |
parent | 2202c041a0ac2b5509141be37cb84f416b4f48a2 (diff) | |
download | FreeBSD-ports-46c47ddd1149a4b5078b9f4993eda144fd47d1d6.zip FreeBSD-ports-46c47ddd1149a4b5078b9f4993eda144fd47d1d6.tar.gz |
huh? pkg-plist is not broken? - remove BROKEN
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'x11-toolkits/py-gtkglext')
-rw-r--r-- | x11-toolkits/py-gtkglext/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index bd03469..876de3e 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -22,12 +22,10 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-tool ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Incomplete pkg-plist - USE_BZIP2= yes USE_PYTHON= yes USE_GNOME= gnomehack -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GMAKE= yes .include <bsd.port.mk> |