diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 06:18:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 06:18:31 +0800 |
commit | bed5e3dcafdac3112fccabe26a987705bd825c54 (patch) | |
tree | 63af33be9b35fb1ea8ffdde21346bb68362e9f2a /print | |
parent | 33e631c9bdef6413c9cf29c4246d53f9a7835fd9 (diff) | |
download | freebsd-ports-gnome-bed5e3dcafdac3112fccabe26a987705bd825c54.tar.gz freebsd-ports-gnome-bed5e3dcafdac3112fccabe26a987705bd825c54.tar.zst freebsd-ports-gnome-bed5e3dcafdac3112fccabe26a987705bd825c54.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'print')
-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 f1c51f5b9e34..631f1896107e 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 573b63e49ea1..36bf90dcefd0 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) |