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:
parent
274fdfc959
commit
90006f2863
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue