summaryrefslogtreecommitdiff
path: root/games/openttd
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-12-15 05:05:02 +0000
committerdholland <dholland@pkgsrc.org>2011-12-15 05:05:02 +0000
commit4919ab0bb52e4b3353f5162d3539c15319d10a48 (patch)
tree779bb76273255d74eea61a18b60ce9349c7ce88d /games/openttd
parent50c3f36491f990d5713192f10ed03270908be945 (diff)
downloadpkgsrc-4919ab0bb52e4b3353f5162d3539c15319d10a48.tar.gz
This needs to be told exactly where liblzo2 is or it goes hunting in
random places and gets confused.
Diffstat (limited to 'games/openttd')
-rw-r--r--games/openttd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile
index f156bf94ed8..272f20c72fa 100644
--- a/games/openttd/Makefile
+++ b/games/openttd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2011/11/01 06:01:19 sbd Exp $
+# $NetBSD: Makefile,v 1.41 2011/12/15 05:05:02 dholland Exp $
DISTNAME= openttd-1.0.5-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --man-dir=${PKGMANDIR}/man6
CONFIGURE_ARGS+= --menu-dir=share/applications
CONFIGURE_ARGS+= --personal-dir=.openttd
CONFIGURE_ARGS+= --shared-dir=${VARBASE}/games/openttd
+CONFIGURE_ARGS+= --with-lzo2=${BUILDLINK_PREFIX.lzo}/lib/liblzo2.so
.include "../../mk/bsd.prefs.mk"