diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 17:43:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 17:43:50 +0800 |
commit | 10ce1b6998a5385c476b7115ed42732bd7dfee4b (patch) | |
tree | 16a71e53eec29848dc41f2676ca6db321cfd8a83 /news | |
parent | 243653ed8b9191f33d79be6a70d707ee0757e82e (diff) | |
download | freebsd-ports-gnome-10ce1b6998a5385c476b7115ed42732bd7dfee4b.tar.gz freebsd-ports-gnome-10ce1b6998a5385c476b7115ed42732bd7dfee4b.tar.zst freebsd-ports-gnome-10ce1b6998a5385c476b7115ed42732bd7dfee4b.zip |
Support stage
Diffstat (limited to 'news')
-rw-r--r-- | news/py-yenc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/py-yenc/Makefile b/news/py-yenc/Makefile index 747c072b53bf..3220eb983b2d 100644 --- a/news/py-yenc/Makefile +++ b/news/py-yenc/Makefile @@ -9,10 +9,9 @@ MASTER_SITES= http://sabnzbd.sourceforge.net/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jlaffaye@FreeBSD.org -COMMENT= A yenc decoding module for Python in C +COMMENT= yenc decoding module for Python in C USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.mk> |