diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-25 22:07:03 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-25 22:07:03 +0000 |
commit | c0db5be67ea11c43f43af68b0c5f5a496acc7274 (patch) | |
tree | 22c81bed86cfd98a0cd9ff639eec415dc5b83e1b /games/tuxpaint | |
parent | b87966b973f4175f1e1c87b3a749ec1f44fa2632 (diff) | |
download | ports-c0db5be67ea11c43f43af68b0c5f5a496acc7274.tar.gz ports-c0db5be67ea11c43f43af68b0c5f5a496acc7274.zip |
Notes
Diffstat (limited to 'games/tuxpaint')
-rw-r--r-- | games/tuxpaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 1c9d66b83cff..22b1dff65dea 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -7,6 +7,7 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,8 @@ MAINTAINER= alejandro@varnet.biz COMMENT= Drawing program designed for young children USE_GMAKE= yes +USE_GETTEXT= yes USE_SDL= image mixer sdl ttf -USE_GNOME= intltool USE_REINPLACE= yes MAN1= tuxpaint.1 tuxpaint-import.1 |