diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 03:34:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 03:34:31 +0800 |
commit | e5e7f0a85f48d61e9db0418fab26175174e59abe (patch) | |
tree | 1156c930ebf7b4efdd75d408d103b2ae9f914ce8 /textproc | |
parent | 9f564a2c7c692813cdfc840bebb0bc39d05f04fa (diff) | |
download | freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.tar.gz freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.tar.zst freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.zip |
- Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmltolatex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 4588a10df471..fb8067a914d1 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -3,7 +3,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} |