diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /games | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) | |
download | ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.tar.gz ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/asciiquarium/Makefile | 2 | ||||
-rw-r--r-- | games/frozenbubble/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/asciiquarium/Makefile b/games/asciiquarium/Makefile index a69e1c9e2751..7780806f0b0e 100644 --- a/games/asciiquarium/Makefile +++ b/games/asciiquarium/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= aquarium/sea animation in ASCII art -RUN_DEPENDS= ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation +RUN_DEPENDS= p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index 8d623683f4ca..46fb293e391d 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -15,8 +15,8 @@ DISTNAME= frozen-bubble-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Throw colourful bubbles to build groups and destroy the groups -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL +BUILD_DEPENDS= p5-SDL>=0:${PORTSDIR}/devel/p5-SDL +RUN_DEPENDS= p5-SDL>=0:${PORTSDIR}/devel/p5-SDL USE_SDL= mixer sdl pango USE_GMAKE= yes @@ -31,7 +31,7 @@ MAN6= frozen-bubble-editor.6 frozen-bubble.6 LEXECDIR= ${PREFIX}/libexec/${PORTNAME} .if !defined(WITHOUT_NLS) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext +RUN_DEPENDS+= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |