diff options
author | bsam <bsam@FreeBSD.org> | 2012-11-05 17:10:01 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-11-05 17:10:01 +0800 |
commit | b1bf5b793f02322448d10ae2d7393a5359a4c0e3 (patch) | |
tree | c4db97feb48e4c39dbba2db562d7cdca7db8d259 | |
parent | b874e057e8bd1c4e9fcafd0f2b135edab7df6f4f (diff) | |
download | freebsd-ports-gnome-b1bf5b793f02322448d10ae2d7393a5359a4c0e3.tar.gz freebsd-ports-gnome-b1bf5b793f02322448d10ae2d7393a5359a4c0e3.tar.zst freebsd-ports-gnome-b1bf5b793f02322448d10ae2d7393a5359a4c0e3.zip |
- update to version 3.6.1. New or changed in 3.61:
. fixed a bug in handling of -page option;
. improved support for 64-bit systems related to different version of ghostscript;
. added some features for supporting the LaOS project (http://www.laoslaser.org/).
- use two line style headers;
- remove ABI version from LIB_DEPENDS.
Feature safe: yes
-rw-r--r-- | graphics/pstoedit/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index add2c9f20d82..887ad63ea57f 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: pstodit -# Date created: 03 July 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pstoedit -PORTVERSION= 3.60 -PORTREVISION= 1 +PORTVERSION= 3.61 CATEGORIES= graphics print MASTER_SITES= SF @@ -16,7 +11,7 @@ COMMENT= Convert PostScript to other vector graphic formats LICENSE= GPLv2 -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd OPTIONS_DEFINE= MAGICK EMF MING PLOTUTILS DOCS EXAMPLES OPTIONS_DEFAULT= MAGICK EMF PLOTUTILS |