summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-01-16 00:47:33 +0000
committer Robby Workman <rworkman@slackbuilds.org>2016-01-16 23:36:53 -0600
commit8131a996ac09a157064499798d6a905526943224 (patch)
tree31f15ee1d825e7f02ed218eb081333dfc52e8e3f /games
parentd76dc4baf62986f27dd78523d0697ae74df0450e (diff)
downloadslackbuilds-8131a996ac09a157064499798d6a905526943224.tar.gz
slackbuilds-8131a996ac09a157064499798d6a905526943224.tar.xz
games/oblige: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/oblige/oblige.SlackBuild2
-rw-r--r--games/oblige/oblige.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/oblige/oblige.SlackBuild b/games/oblige/oblige.SlackBuild
index a6c5e65318..2191d56ac5 100644
--- a/games/oblige/oblige.SlackBuild
+++ b/games/oblige/oblige.SlackBuild
@@ -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)
diff --git a/games/oblige/oblige.info b/games/oblige/oblige.info
index 2696f00979..ea1858c471 100644
--- a/games/oblige/oblige.info
+++ b/games/oblige/oblige.info
@@ -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"