diff options
Diffstat (limited to 'games/pangzero/Makefile')
-rw-r--r-- | games/pangzero/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pangzero/Makefile b/games/pangzero/Makefile index b86163300670..10b84137860d 100644 --- a/games/pangzero/Makefile +++ b/games/pangzero/Makefile @@ -16,8 +16,8 @@ COMMENT= Clone of Super Pang LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ - p5-SDL>=0:${PORTSDIR}/devel/p5-SDL +RUN_DEPENDS= p5-Carp>=0:devel/p5-Carp \ + p5-SDL>=0:devel/p5-SDL USES= perl5 NO_BUILD= yes |