diff options
Diffstat (limited to 'devel/py-cxx')
-rw-r--r-- | devel/py-cxx/Makefile | 2 | ||||
-rw-r--r-- | devel/py-cxx/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-cxx/Makefile b/devel/py-cxx/Makefile index 89ffc31bf97b..49426a8b12fc 100644 --- a/devel/py-cxx/Makefile +++ b/devel/py-cxx/Makefile @@ -16,6 +16,8 @@ DISTNAME= PyCXX-V${PORTVERSION:S/r/-rc/} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Make it easier to extend Python with C++ + USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/devel/py-cxx/pkg-comment b/devel/py-cxx/pkg-comment deleted file mode 100644 index bde36edfcd74..000000000000 --- a/devel/py-cxx/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Make it easier to extend Python with C++ |