diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-10 14:29:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-10 14:29:10 +0800 |
commit | ec82935039338919588a4b1083353624ec88eb8f (patch) | |
tree | e30d142a5a8dfb401567e54316d1e5ced382ee26 | |
parent | d606945efd5ec428405157dfbfa28689ceb0285d (diff) | |
download | freebsd-ports-gnome-ec82935039338919588a4b1083353624ec88eb8f.tar.gz freebsd-ports-gnome-ec82935039338919588a4b1083353624ec88eb8f.tar.zst freebsd-ports-gnome-ec82935039338919588a4b1083353624ec88eb8f.zip |
- Get rid of luabind dependency (1)
- @dirrmtry locale dirs which may be used by other ports
PR: 153338 (1)
Submitted by: David Demelier <demelier.david@gmail.com> (1)
-rw-r--r-- | games/allacrost/Makefile | 6 | ||||
-rw-r--r-- | games/allacrost/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 870f6e4cdda2..f7f9d3f218f5 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -7,6 +7,7 @@ PORTNAME= allacrost PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} @@ -14,12 +15,11 @@ DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= A single player 2D role-playing game -BUILD_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind -RUN_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ ogg.7:${PORTSDIR}/audio/libogg \ - vorbis.4:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis \ + boost_thread.4:${PORTSDIR}/devel/boost-libs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/games/allacrost/pkg-plist b/games/allacrost/pkg-plist index 84bce82286cf..7f18a1dbc4f2 100644 --- a/games/allacrost/pkg-plist +++ b/games/allacrost/pkg-plist @@ -350,8 +350,8 @@ share/locale/en@quot/LC_MESSAGES/allacrost.mo share/locale/es/LC_MESSAGES/allacrost.mo share/locale/fr/LC_MESSAGES/allacrost.mo share/locale/pt_BR/LC_MESSAGES/allacrost.mo -@dirrm share/locale/en@quot/LC_MESSAGES -@dirrm share/locale/en@quot +@dirrmtry share/locale/en@quot/LC_MESSAGES +@dirrmtry share/locale/en@quot @dirrm %%DATADIR%%/allacrost/txt @dirrm %%DATADIR%%/allacrost/snd @dirrm %%DATADIR%%/allacrost/mus |