diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-13 11:13:04 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-13 11:13:04 +0800 |
commit | 68036f42f99195338b57c1631e5f10a3ab209b54 (patch) | |
tree | 1ecb4a88daaa30df87c4fdcc83a790d766ead7cc /graphics/poppler-qt | |
parent | 7b99084ba6aec02ddab1abd77ee95110cfb62811 (diff) | |
download | marcuscom-ports-68036f42f99195338b57c1631e5f10a3ab209b54.tar marcuscom-ports-68036f42f99195338b57c1631e5f10a3ab209b54.tar.gz marcuscom-ports-68036f42f99195338b57c1631e5f10a3ab209b54.tar.bz2 marcuscom-ports-68036f42f99195338b57c1631e5f10a3ab209b54.tar.lz marcuscom-ports-68036f42f99195338b57c1631e5f10a3ab209b54.tar.xz marcuscom-ports-68036f42f99195338b57c1631e5f10a3ab209b54.tar.zst marcuscom-ports-68036f42f99195338b57c1631e5f10a3ab209b54.zip |
- Update to 0.5.0 (dev version)
- poppler-qt is now marked BROKEN because configure is busted on qt stuff
- poppler now CONFLICTS with *-xpdf-[0-9]* and xpdf-[0-9]* because poppler
installs xpdf stuff
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5377 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler-qt')
-rw-r--r-- | graphics/poppler-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile index 5b83374a8..f12cf0f7b 100644 --- a/graphics/poppler-qt/Makefile +++ b/graphics/poppler-qt/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/poppler-qt/Makefile,v 1.1 2006/01/12 21:04:49 ahze Exp $ PORTREVISION= 0 PKGNAMESUFFIX= -qt @@ -15,4 +15,5 @@ MASTERDIR= ${.CURDIR}/../../graphics/poppler SLAVEPORT= qt PLIST= ${.CURDIR}/pkg-plist +BROKEN="Configure script is busted" .include "${MASTERDIR}/Makefile" |