diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-15 05:05:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-15 05:05:02 +0000 |
commit | 263eb41d7a2e2e343e5541b562aab985c04b2583 (patch) | |
tree | 779bb76273255d74eea61a18b60ce9349c7ce88d /games/openttd | |
parent | 1631955a6922f0dc70493f908a76aa60be8f38c7 (diff) | |
download | pkgsrc-263eb41d7a2e2e343e5541b562aab985c04b2583.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/Makefile | 3 |
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" |