diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-07-24 21:46:50 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-07-24 21:46:50 +0800 |
commit | 01ebaafacd45347eedccbb237e9e80315603cd46 (patch) | |
tree | 463bd1a0d18b8ca7d6c4df827fdadd54506e232a /games | |
parent | f7f7f3da890394b58753ae67bc6c75ff43ba92c0 (diff) | |
download | freebsd-ports-gnome-01ebaafacd45347eedccbb237e9e80315603cd46.tar.gz freebsd-ports-gnome-01ebaafacd45347eedccbb237e9e80315603cd46.tar.zst freebsd-ports-gnome-01ebaafacd45347eedccbb237e9e80315603cd46.zip |
- Update to version 0.9.17.
- Remove IGNORE for FreeBSD < 5.x.
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxpaint/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 0beb5a546e98..8021ffc61038 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -6,14 +6,16 @@ # PORTNAME= tuxpaint -PORTVERSION= 0.9.16 -PORTREVISION= 1 +PORTVERSION= 0.9.17 CATEGORIES= games MASTER_SITES= SF MAINTAINER= alepulver@FreeBSD.org COMMENT= Drawing program designed for young children +LIB_DEPENDS= paper.2:${PORTSDIR}/print/libpaper \ + rsvg-2:${PORTSDIR}/graphics/librsvg2 + USE_GMAKE= yes USE_GETTEXT= yes USE_SDL= image mixer sdl ttf @@ -21,16 +23,11 @@ USE_SDL= image mixer sdl ttf MAN1= tuxpaint.1 tuxpaint-import.1 MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= needs wide character string functions in libc -.endif - post-patch: -# Documentation. + @${REINPLACE_CMD} -e 's|rsvg[-[:alnum:]]*\.h|librsvg/&|' \ + ${WRKSRC}/src/tuxpaint.c .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |