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 /games/tuxpaint | |
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 'games/tuxpaint')
-rw-r--r-- | games/tuxpaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 1f7b6931d377..b223d1af6ccf 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF |