diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /print/scribus | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index f8be7b6ce42b..5a34d23b439e 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,14 +1,11 @@ -# Ports collection makefile for: scribus -# Date created: Mar 15, 2002 -# Whom: ijliao -# +# Created by: ijliao # $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $ # $FreeBSD$ # PORTNAME= scribus PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -23,7 +20,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ cups.2:${PORTSDIR}/print/cups-client \ freetype.9:${PORTSDIR}/print/freetype2 \ podofo.0:${PORTSDIR}/graphics/podofo \ - boost_thread.4:${PORTSDIR}/devel/boost-libs \ + boost_thread:${PORTSDIR}/devel/boost-libs \ aspell.16:${PORTSDIR}/textproc/aspell \ cairo.2:${PORTSDIR}/graphics/cairo \ hyphen:${PORTSDIR}/textproc/hyphen \ |