Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:58:48 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c27b31ee5ef - main - graphics/py-ming: Add CPE information
Message-ID:  <202109211258.18LCwmit067626@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit 5c27b31ee5efc466de7b94c707ddd3b0451ac33f
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:08:29 +0000
Commit:     Bernhard Froehlich <decke@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211258.18LCwmit067626>