diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-11-29 20:14:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-11-29 20:14:52 +0800 |
commit | 52e03684abfc2ee0506ca7a4adfd60e8c167b247 (patch) | |
tree | acce33ee4271e5d61ed57d82cd8e8a72a90c5dd4 | |
parent | 51f2934f3aee302a0316fa4aea749d87da959a48 (diff) | |
download | marcuscom-ports-52e03684abfc2ee0506ca7a4adfd60e8c167b247.tar.gz marcuscom-ports-52e03684abfc2ee0506ca7a4adfd60e8c167b247.tar.zst marcuscom-ports-52e03684abfc2ee0506ca7a4adfd60e8c167b247.zip |
Add Portscout macro, check for *.${even}.*, don't check portscout for slave ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17150 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/poppler/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index f5ec0d356..ef243c973 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,6 +1,6 @@ # Created by: marcus@FreeBSD.org # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.80 2012/09/19 21:05:36 kwm Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.81 2012/10/14 23:04:21 kwm Exp $ PORTNAME= poppler PORTVERSION= 0.20.5 @@ -31,6 +31,8 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if !defined(SLAVEPORT) +PORTSCOUT= limitw:1,even + OPTIONS_DEFINE= CAIRO OPENJPEG OPTIONS_DEFAULT=CAIRO OPENJPEG .endif @@ -38,6 +40,7 @@ OPTIONS_DEFAULT=CAIRO OPENJPEG .include <bsd.port.options.mk> .if defined(SLAVEPORT) +PORTSCOUT= ignore:1 LIB_DEPENDS+= poppler:${PORTSDIR}/graphics/poppler .if ${SLAVEPORT}=="glib" |