diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-05-18 11:58:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-05-18 11:58:22 +0000 |
commit | 8d963aea7fa1970020de229075befd098d4f7518 (patch) | |
tree | 93ddc4c4cacf548bd7670342489f360952fcb4d9 /games/openttd | |
parent | 67c12c27b551c4592aa650c77c9131773e3a19f9 (diff) | |
download | ports-8d963aea7fa1970020de229075befd098d4f7518.tar.gz ports-8d963aea7fa1970020de229075befd098d4f7518.zip |
Notes
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 7b50d6ee3832..689f5a27fad6 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -86,7 +86,7 @@ post-patch: -e 's|pkg-config liblzma|pkg-config ${FILESDIR}/liblzma.pc|g' \ ${WRKSRC}/config.lib .else -LIB_DEPEND+= lzma.5:${PORTSDIR}/archivers/xz +LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz .endif do-install: |