diff options
Diffstat (limited to 'databases/py-sqlalchemy')
-rw-r--r-- | databases/py-sqlalchemy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index 27a6a8abb18e..2b920ad5718d 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -24,6 +24,8 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} \ EGG="SQLAlchemy==${PORTVERSION}" \ EXAMPLEDIR=share/examples/${PORTNAME} USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= SQLAlchemy +PYDISTUTILS_NOEGGINFO= yes BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools # make sure we have it @deinstall time to remove the egg |