diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
commit | de31f6831b17fd00626711af8b9315923e4c8013 (patch) | |
tree | 28c3dca12fbbbe0e28dcc3b3656eeba34ee7ac45 /print | |
parent | 32ae80ce14d601715864952ebcafbb02dc9d3aac (diff) | |
download | freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.gz freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.zst freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.zip |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript9-agpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript9-agpl/Makefile b/print/ghostscript9-agpl/Makefile index 1204a8460b85..db87a2756454 100644 --- a/print/ghostscript9-agpl/Makefile +++ b/print/ghostscript9-agpl/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.07 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index d0a4dae9f343..ff1fbcce9688 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.06 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ |