diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /print/ghostscript8 | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.zst freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index c76914ff70de..f5515c3f2764 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostscript8 PORTVERSION= 8.71 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \ SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ @@ -37,7 +37,7 @@ USE_XZ= yes USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |