diff options
Diffstat (limited to 'devel/py-coro')
-rw-r--r-- | devel/py-coro/Makefile | 1 | ||||
-rw-r--r-- | devel/py-coro/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-coro/Makefile b/devel/py-coro/Makefile index 381c7b38040c..0a331f06df81 100644 --- a/devel/py-coro/Makefile +++ b/devel/py-coro/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= py- DISTNAME= ${PORTNAME}_2001_02_02 MAINTAINER= kbyanc@posi.net +COMMENT= Python coroutine implementation BUILD_DEPENDS= ${LOCALBASE}/lib/libcoro.a:${PORTSDIR}/devel/libcoro diff --git a/devel/py-coro/pkg-comment b/devel/py-coro/pkg-comment deleted file mode 100644 index 723c9f9bad7f..000000000000 --- a/devel/py-coro/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python coroutine implementation |