diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-13 11:17:43 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-13 11:17:43 +0800 |
commit | 1a5dab64dfa55fc3111800eab866e20db9baeabf (patch) | |
tree | f5ece676fe06a75f251e4d04c058847618ea14b9 /graphics | |
parent | 68036f42f99195338b57c1631e5f10a3ab209b54 (diff) | |
download | marcuscom-ports-1a5dab64dfa55fc3111800eab866e20db9baeabf.tar marcuscom-ports-1a5dab64dfa55fc3111800eab866e20db9baeabf.tar.gz marcuscom-ports-1a5dab64dfa55fc3111800eab866e20db9baeabf.tar.bz2 marcuscom-ports-1a5dab64dfa55fc3111800eab866e20db9baeabf.tar.lz marcuscom-ports-1a5dab64dfa55fc3111800eab866e20db9baeabf.tar.xz marcuscom-ports-1a5dab64dfa55fc3111800eab866e20db9baeabf.tar.zst marcuscom-ports-1a5dab64dfa55fc3111800eab866e20db9baeabf.zip |
- On second thought just make it conflict with xpdf-[0-9]* since all the other
xpdf's depend on xpdf
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5378 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/poppler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index d661f77d2..29856204b 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,7 +3,7 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.17 2006/01/13 00:26:29 ahze Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.18 2006/01/13 03:13:04 ahze Exp $ # PORTNAME= poppler @@ -16,7 +16,7 @@ COMMENT?= A PDF rendering library LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -CONFLICTS= *-xpdf-[0-9]* xpdf-[0-9]* +CONFLICTS= xpdf-[0-9]* USE_GMAKE= yes USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 |