diff options
author | arved <arved@FreeBSD.org> | 2005-09-26 06:07:03 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-09-26 06:07:03 +0800 |
commit | fe8d78131ec810e3aa6e7bccb248a89e6535080d (patch) | |
tree | 1bf0cbbe47a7e93a2510509887c3e7a1d0084527 /games | |
parent | 85a074c1d1a131f54c55cee50dd324a9e51911da (diff) | |
download | freebsd-ports-gnome-fe8d78131ec810e3aa6e7bccb248a89e6535080d.tar.gz freebsd-ports-gnome-fe8d78131ec810e3aa6e7bccb248a89e6535080d.tar.zst freebsd-ports-gnome-fe8d78131ec810e3aa6e7bccb248a89e6535080d.zip |
Correct dependencies.
PR: 84624
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Bump PORTREVISION
Diffstat (limited to 'games')
-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 |