diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-09-30 15:00:48 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-09-30 15:00:48 +0000 |
commit | 1676a66e1c307bedc71a7c8f7a42ebe511ff1013 (patch) | |
tree | ab9ad8c004eb97139e5b42c6c6d2936eed9b4363 /x11-toolkits/py-gtk | |
parent | 33339b777c3d16bbdcab55acce90ad021bacf8bb (diff) | |
download | ports-1676a66e1c307bedc71a7c8f7a42ebe511ff1013.tar.gz ports-1676a66e1c307bedc71a7c8f7a42ebe511ff1013.zip |
Chage bsd.python.mk: PYTHON_CMD is now a full path.
Reported by: Takeshi Hiyami <th@cis.ibaraki.ac.jp>
Notes
Notes:
svn path=/head/; revision=33264
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 237a1d16a069..90fae7927061 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_PYTHON= yes -CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} PYTHON=${PREFIX}/bin/${PYTHON_CMD} +CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} PYTHON=${PYTHON_CMD} USE_LIBTOOL= yes PLIST_COMPLETE= ${PKGDIR}/PLIST |