diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:53:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:53:23 +0800 |
commit | 1c486dd5e40b3e97464bb5f2073488718c2b364d (patch) | |
tree | 043fe37316133f8accd8b36715207e98eaff84b1 /databases | |
parent | f9e88eb85649a06a7e7ccc1d0f0a8ea03e8d622f (diff) | |
download | freebsd-ports-gnome-1c486dd5e40b3e97464bb5f2073488718c2b364d.tar.gz freebsd-ports-gnome-1c486dd5e40b3e97464bb5f2073488718c2b364d.tar.zst freebsd-ports-gnome-1c486dd5e40b3e97464bb5f2073488718c2b364d.zip |
- Cosmetic change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-kyotocabinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile index 8e009e18330e..334f9feb5670 100644 --- a/databases/py-kyotocabinet/Makefile +++ b/databases/py-kyotocabinet/Makefile @@ -15,7 +15,7 @@ COMMENT= Python binding of kyotocabinet LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet USE_PYTHON= 3.1+ -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so PYDISTUTILS_EGGINFO= Kyoto_Cabinet-1.5-py${PYTHON_VER}.egg-info |