diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 19:15:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 19:15:57 +0800 |
commit | 1b9016fe84a487e2ecb6cf95b5796fb058c725c4 (patch) | |
tree | f6e71d0b186eac96fdaecc7f79dd204355daf421 /textproc | |
parent | 15185ffb85600cf913e51a14402f32ce8c9bcbf7 (diff) | |
download | freebsd-ports-gnome-1b9016fe84a487e2ecb6cf95b5796fb058c725c4.tar.gz freebsd-ports-gnome-1b9016fe84a487e2ecb6cf95b5796fb058c725c4.tar.zst freebsd-ports-gnome-1b9016fe84a487e2ecb6cf95b5796fb058c725c4.zip |
- Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index bea79418edef..da8557328825 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlto PORTVERSION= 0.0.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/:xmlto \ LOCAL/mandree/:xmlto \ |