aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/py-send2trash
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-07-09 02:24:12 +0800
committerwg <wg@FreeBSD.org>2013-07-09 02:24:12 +0800
commit492f1fcf81ce7ec22e322aee63598b0d0395be79 (patch)
tree08cedd0c8ea6267afba2241bdef70555119cfd80 /deskutils/py-send2trash
parent200ea8c22d9c04de8d1ebefdedf75ed91fd12630 (diff)
downloadfreebsd-ports-gnome-492f1fcf81ce7ec22e322aee63598b0d0395be79.tar.gz
freebsd-ports-gnome-492f1fcf81ce7ec22e322aee63598b0d0395be79.tar.zst
freebsd-ports-gnome-492f1fcf81ce7ec22e322aee63598b0d0395be79.zip
deskutils/py-send2trash: add missing PKGNAMEPREFIX
- Add missing PKGNAMEPREFIX - Restrict to python 2.x
Diffstat (limited to 'deskutils/py-send2trash')
-rw-r--r--deskutils/py-send2trash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile
index 1c5ac1ef022f..d5f089dc932e 100644
--- a/deskutils/py-send2trash/Makefile
+++ b/deskutils/py-send2trash/Makefile
@@ -5,6 +5,7 @@ PORTNAME= send2trash
PORTVERSION= 1.2.0
CATEGORIES= deskutils
MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Send2Trash-${PORTVERSION}
MAINTAINER= nemysis@gmx.ch
@@ -12,7 +13,7 @@ COMMENT= Small package that sends files to the Trash
LICENSE= BSD
-USE_PYTHON= yes
+USE_PYTHON= 2.6-2.7
USE_PYDISTUTILS=easy_install
PYDISTUTILS_PKGNAME= Send2Trash