diff options
Diffstat (limited to 'games/crossfire-server')
-rw-r--r-- | games/crossfire-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 2ffc8fff4b7e..c7fb9e345637 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -38,9 +38,9 @@ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= rplay:${PORTSDIR}/audio/rplay \ - perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 USE_IMAKE= yes PREFIX= /usr/local # don't use /usr/X11R6 |