diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-15 12:34:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-15 12:34:49 +0000 |
commit | f6e7f26602a0e7b744f2023d058596324ca164e8 (patch) | |
tree | bf19f32ea6808c09829f1a5d7bde66757b0d8790 /games/vegastrike/Makefile | |
parent | 87573cd4ed13f0339deb204f9319f03445049b61 (diff) | |
download | ports-f6e7f26602a0e7b744f2023d058596324ca164e8.tar.gz ports-f6e7f26602a0e7b744f2023d058596324ca164e8.zip |
Notes
Diffstat (limited to 'games/vegastrike/Makefile')
-rw-r--r-- | games/vegastrike/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 637dfd32dd8a..aa1972515963 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data -LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ +LIB_DEPENDS= ${PY_BOOST} \ libexpat.so:textproc/expat2 \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg |