aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-05-20 09:03:43 +0800
committerswills <swills@FreeBSD.org>2013-05-20 09:03:43 +0800
commit634c90645426239e5272ed84914383631ced64e8 (patch)
treea2b545cd6393418f2033254c87c9818ced7220fb /math
parentac191f0c041b914886cbbd0a9357f1381bd8564c (diff)
downloadfreebsd-ports-gnome-634c90645426239e5272ed84914383631ced64e8.tar.gz
freebsd-ports-gnome-634c90645426239e5272ed84914383631ced64e8.tar.zst
freebsd-ports-gnome-634c90645426239e5272ed84914383631ced64e8.zip
- Fix missing python package prefix
PR: ports/178545 Submitted by: Mark Felder <feld@feld.me> (maintainer)
Diffstat (limited to 'math')
-rw-r--r--math/py-munkres/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-munkres/Makefile b/math/py-munkres/Makefile
index a48adbe90f9d..8b295f4a63b5 100644
--- a/math/py-munkres/Makefile
+++ b/math/py-munkres/Makefile
@@ -3,9 +3,10 @@
PORTNAME= munkres
PORTVERSION= 1.0.5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@feld.me
COMMENT= A Python implementation of the munkres algorithm