fix build when python => ${MODPY_BIN} symlink does not exist;

pointed out by naddy@
This commit is contained in:
djm 2009-01-21 20:31:18 +00:00
parent cb812aa962
commit 228b9323d8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/18 20:12:01 djm Exp $ # $OpenBSD: Makefile,v 1.2 2009/01/21 20:31:18 djm Exp $
COMMENT= personal publishing platform / weblog engine COMMENT= personal publishing platform / weblog engine
@ -23,6 +23,7 @@ MODPY_SETUPTOOLS= Yes
PKG_ARCH= * PKG_ARCH= *
CONFIGURE_STYLE= simple CONFIGURE_STYLE= simple
CONFIGURE_ARGS+= --prefix=${LOCALBASE} --python=${MODPY_BIN} CONFIGURE_ARGS+= --prefix=${LOCALBASE} --python=${MODPY_BIN}
CONFIGURE_SCRIPT= ${MODPY_BIN} ${WRKSRC}/configure
LIB_DEPENDS= ::databases/py-sqlalchemy \ LIB_DEPENDS= ::databases/py-sqlalchemy \
::devel/py-simplejson \ ::devel/py-simplejson \