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/psutils | |
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/psutils')
-rw-r--r-- | print/psutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/psutils/Makefile b/print/psutils/Makefile index cc15b524c3cc..e9990d965cdc 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -3,7 +3,7 @@ PORTNAME= psutils PORTVERSION= 1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ \ ftp://ftp.knackered.org/pub/psutils/ \ |