diff options
-rw-r--r-- | deskutils/py-send2trash/Makefile | 3 |
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 |