diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-07 22:18:31 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-07 22:18:31 +0000 |
commit | bed5e3dcafdac3112fccabe26a987705bd825c54 (patch) | |
tree | 63af33be9b35fb1ea8ffdde21346bb68362e9f2a | |
parent | 33e631c9bdef6413c9cf29c4246d53f9a7835fd9 (diff) | |
download | FreeBSD-ports-bed5e3dcafdac3112fccabe26a987705bd825c54.zip FreeBSD-ports-bed5e3dcafdac3112fccabe26a987705bd825c54.tar.gz |
- Add CPE info
Approved by: portmgr blanket
-rw-r--r-- | print/freetype/Makefile | 2 | ||||
-rw-r--r-- | print/freetype2/Makefile | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile index f1c51f5..631f189 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF \ MAINTAINER= doceng@FreeBSD.org COMMENT= Free and portable TrueType font rendering engine -USES= desthack libtool +USES= cpe desthack libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 573b63e..36bf90d 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -15,13 +15,16 @@ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Free and portable TrueType font rendering engine -USES= gmake libtool tar:bzip2 +USES= cpe gmake libtool tar:bzip2 MAKE_ENV= TOP="" USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-harfbuzz CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix +CPE_PRODUCT= freetype +CPE_VENDOR= freetype + OPTIONS_DEFINE= LCD_FILTERING PNG OPTIONS_DEFAULT= LCD_FILTERING LCD_FILTERING_DESC?= Sub-pixel rendering (patented) |