diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-07 21:03:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-07 21:03:19 +0800 |
commit | fe7d389208aef5db19259c314ec32a5ec21ed7e0 (patch) | |
tree | 76cdcd857aed30d4546e12f99c3771688e8ea976 /graphics/poppler-qt4/Makefile | |
parent | 98963313d919be955763a7e7f6a7a2c003e8d0e3 (diff) | |
download | marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.gz marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.bz2 marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.lz marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.xz marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.zst marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.zip |
Was too fast in the previous commit.
Fix the slave ports, correct some patches. Also poppler lib got bumped.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14302 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler-qt4/Makefile')
-rw-r--r-- | graphics/poppler-qt4/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile new file mode 100644 index 000000000..d64da7bb3 --- /dev/null +++ b/graphics/poppler-qt4/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: poppler-qt4 +# Date created: June 26, 2007 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.13 2010/03/14 22:08:43 kwm Exp $ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -qt4 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Qt4 bindings to poppler + +MASTERDIR= ${.CURDIR}/../../graphics/poppler +SLAVEPORT= qt4 +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" |