git: 5c27b31ee5ef - main - graphics/py-ming: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:58:49 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c27b31ee5efc466de7b94c707ddd3b0451ac33f

commit 5c27b31ee5efc466de7b94c707ddd3b0451ac33f
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:08:29 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:46 +0000

    graphics/py-ming: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 graphics/py-ming/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile
index 65e0047939d1..ab4ddedefc4f 100644
--- a/graphics/py-ming/Makefile
+++ b/graphics/py-ming/Makefile
@@ -19,12 +19,13 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libming.so:graphics/ming \
 		libpng.so:graphics/png
 
-USES=		autoreconf libtool localbase:ldflags pkgconfig python:3.6+
+USES=		autoreconf cpe libtool localbase:ldflags pkgconfig python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 CONFIGURE_ARGS=	--enable-python
 CONFIGURE_ENV=	PYTHON_LDFLAGS="-L${PYTHON_LIBDIR} -l${PYTHON_VERSION}${PYTHON_ABIVER}"
 GNU_CONFIGURE=	yes
+CPE_VENDOR=	libming
 
 BUILD_WRKSRC=	${WRKSRC}/py_ext
 INSTALL_WRKSRC=	${WRKSRC}/py_ext


More information about the dev-commits-ports-main mailing list