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 /editors/pdfedit | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | freebsd-ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Chase boost update
Diffstat (limited to 'editors/pdfedit')
-rw-r--r-- | editors/pdfedit/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index a5b3ab7b28cf..9269fe3a2ecf 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: pdfedit -# Date created: 2007-12-20 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= pdfedit PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free editor for manipulating PDF documents (QT3 GUI and CLI) BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs \ t1.5:${PORTSDIR}/devel/t1lib DEPRECATED= Depends on QT3; unmaintained |