diff options
-rw-r--r-- | games/freedroidrpg/Makefile | 7 | ||||
-rw-r--r-- | games/freedroidrpg/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 2ac937bbe6d5..6d78a81e5491 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -15,10 +15,6 @@ DISTNAME= ${PORTNAME}-0.9.13-rc2 MAINTAINER= alejandro@varnet.biz COMMENT= Modification of the classical Freedroid engine into an RPG -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png:${PORTSDIR}/graphics/png \ - vorbis.3:${PORTSDIR}/audio/libvorbis - USE_XLIB= yes USE_BZIP2= yes USE_SDL= mixer image net sdl @@ -38,6 +34,7 @@ BROKEN= "does not compile (missing fenv.h)" .endif post-patch: - ${REINPLACE_CMD} -e 's#-lSDL # #' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's#-lSDL # #' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.post.mk> diff --git a/games/freedroidrpg/pkg-plist b/games/freedroidrpg/pkg-plist index 8ad03491b21b..5eae9069f1ab 100644 --- a/games/freedroidrpg/pkg-plist +++ b/games/freedroidrpg/pkg-plist @@ -5584,4 +5584,4 @@ bin/pngtoico @dirrm %%DATADIR%%/graphics/backgrounds @dirrm %%DATADIR%%/graphics @dirrm %%DATADIR%%/dialogs -@dirrm share/freedroidrpg +@dirrm %%DATADIR%% |