diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-02 16:31:33 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-02 16:31:33 +0000 |
commit | 3a32ea53672e237db2785a0ddfaa36af5a8baa60 (patch) | |
tree | 45a391c203580a7a710b4a5b0a1f56da7d3612df /games/crossfire-client | |
parent | Enabled crossfire, have fun ! (diff) |
Ooops, had to move rplay from RUN_DEPEND to BUILD_DEPEND
Notes
Notes:
svn path=/head/; revision=4258
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 2ffc8fff4b7e..c7fb9e345637 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/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 |