diff options
author | nectar <nectar@FreeBSD.org> | 2000-09-30 23:00:48 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-09-30 23:00:48 +0800 |
commit | 27ed8a65b93b10a7e0278f8bb7c0d2c6472b0036 (patch) | |
tree | 9037a3964fd1a04a5191f39ad538da4c102842cd /x11-toolkits/py-gtk | |
parent | d00888fa7082726057b7f4a78ccef0aa05b863b5 (diff) | |
download | freebsd-ports-gnome-27ed8a65b93b10a7e0278f8bb7c0d2c6472b0036.tar.gz freebsd-ports-gnome-27ed8a65b93b10a7e0278f8bb7c0d2c6472b0036.tar.zst freebsd-ports-gnome-27ed8a65b93b10a7e0278f8bb7c0d2c6472b0036.zip |
Chage bsd.python.mk: PYTHON_CMD is now a full path.
Reported by: Takeshi Hiyami <th@cis.ibaraki.ac.jp>
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 |