games/oblige: Build with extra/fltk.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-16 00:47:33 +00:00 committed by Robby Workman
parent d76dc4baf6
commit 8131a996ac
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ find -L . \
# 'make install' would install the .desktop and icon to /usr, not PREFIX.
sed -i '/xdg-/d' Makefile
make PREFIX=/usr OPTIMISE="$SLKCFLAGS" FLTK_CONFIG=fltk13-config
make PREFIX=/usr OPTIMISE="$SLKCFLAGS"
make install PREFIX=$PKG/usr
# man page written for this build (based on --help output)

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/oblige/files/Oblige/6.20/oblige-620-so
MD5SUM="cae46a6381b4a36b1b0169999f8ff428"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fltk13"
REQUIRES="fltk"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"