summaryrefslogtreecommitdiffstats
path: root/games/oblige/oblige.SlackBuild
diff options
context:
space:
mode:
author David Spencer2016-01-16 01:47:33 +0100
committer Robby Workman2016-01-17 06:36:53 +0100
commit8131a996ac09a157064499798d6a905526943224 (patch)
tree31f15ee1d825e7f02ed218eb081333dfc52e8e3f /games/oblige/oblige.SlackBuild
parentd76dc4baf62986f27dd78523d0697ae74df0450e (diff)
downloadslackbuilds-8131a996ac09a157064499798d6a905526943224.tar.gz
games/oblige: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/oblige/oblige.SlackBuild')
-rw-r--r--games/oblige/oblige.SlackBuild2
1 files changed, 1 insertions, 1 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)