graphics/tuxpaint: Add missing dep.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-05-22 11:18:30 +01:00 committed by Willy Sudiarto Raharjo
parent 274fdfc959
commit 90006f2863
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 3 additions and 2 deletions

View File

@ -6,11 +6,12 @@
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Taken over maintenance (and some updates) by Tim Dickson (dickson.tim@googlemail.com)
# added tuxpaint-config 2019-02-11
#added missing dep.
PRGNAM=tuxpaint
VERSION=${VERSION:-0.9.23}
CONFVER=${CONFVER:-0.0.14}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -7,6 +7,6 @@ MD5SUM="5dfc5a710b5550c54bbc8cb7cf06d594 \
1d7e81f01c52943ee9849aac5415cd86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libpaper SDL_Pango"
REQUIRES="libpaper SDL_Pango fltk"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"