diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-07 09:12:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-07 09:12:24 +0000 |
commit | a4fa0c3bb8142ac27cf86cbed3d82f260adabf0d (patch) | |
tree | 1098bb2d7bf4681a2ce7e9a7462508bd881639c5 /x11-toolkits/py-gtkscintilla/Makefile | |
parent | 6cf8cca06784bbe9dbbefb517dcd82e173ce5729 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gtkscintilla/Makefile')
-rw-r--r-- | x11-toolkits/py-gtkscintilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtkscintilla/Makefile b/x11-toolkits/py-gtkscintilla/Makefile index 77b42eecc222..2293845b87a7 100644 --- a/x11-toolkits/py-gtkscintilla/Makefile +++ b/x11-toolkits/py-gtkscintilla/Makefile @@ -6,7 +6,7 @@ # PORTNAME= py-gtkscintilla -PORTVERSION= 0.3 +PORTVERSION= 0.7.1 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.moleskine.f2s.com/files/ DISTNAME= PyGtkScintilla-${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla USE_PYTHON= yes USE_GTK= yes -MAKE_ENV= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" +MAKE_ENV= PYTHON_INCLUDE="${PYTHON_INCLUDEDIR}" INST_DIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages |