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 /print/html2ps | |
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 'print/html2ps')
-rw-r--r-- | print/html2ps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index 63225784835d..62eec6f8aef9 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -3,6 +3,7 @@ PORTNAME= html2ps DISTVERSION= 1.0b7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print www perl5 MASTER_SITES= http://user.it.uu.se/~jan/ \ |