diff options
author | wen <wen@FreeBSD.org> | 2010-01-09 21:44:45 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-09 21:44:45 +0800 |
commit | f3277d52bd5490d08926b44837bdaa30beb8440c (patch) | |
tree | 7dc69a7c0a667d2bf689de4f3a9e10f7cdaf5094 /databases | |
parent | 72844e9f740d39367b87c53dd7cb0a3af7fbc15e (diff) | |
download | freebsd-ports-graphics-f3277d52bd5490d08926b44837bdaa30beb8440c.tar.gz freebsd-ports-graphics-f3277d52bd5490d08926b44837bdaa30beb8440c.tar.zst freebsd-ports-graphics-f3277d52bd5490d08926b44837bdaa30beb8440c.zip |
- Fix LATEST_LINKS conflict
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-dbf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/py-dbf/Makefile b/databases/py-dbf/Makefile index 730ba1c4d5d..0856af2ed19 100644 --- a/databases/py-dbf/Makefile +++ b/databases/py-dbf/Makefile @@ -9,6 +9,7 @@ PORTNAME= dbf PORTVERSION= 0.87.14 CATEGORIES= databases python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Pure python package for reading/writing dbf files |