diff options
author | andreas <andreas@FreeBSD.org> | 1996-11-03 00:31:33 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-11-03 00:31:33 +0800 |
commit | 5751e2203afd82be731cacf880e0ba22934b6741 (patch) | |
tree | 1da8a6ee53e18d94f1b2c4e7b131d0efd1e63c4c /games/crossfire-server | |
parent | d0b4a69d3ec415c1c00b3b282c9285e1159a04ea (diff) | |
download | freebsd-ports-gnome-5751e2203afd82be731cacf880e0ba22934b6741.tar.gz freebsd-ports-gnome-5751e2203afd82be731cacf880e0ba22934b6741.tar.zst freebsd-ports-gnome-5751e2203afd82be731cacf880e0ba22934b6741.zip |
Ooops, had to move rplay from RUN_DEPEND to BUILD_DEPEND
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 |