diff options
author | acm <acm@FreeBSD.org> | 2007-08-20 04:22:50 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-08-20 04:22:50 +0800 |
commit | 62fcfd38602ab7bf8dc3cde1707f412627a1e570 (patch) | |
tree | b1765dda366a7d580f69381b20e267b72e80f3d9 /games | |
parent | 9e42b251f4f307e142931e1bd2b6910b68da9e95 (diff) | |
download | freebsd-ports-gnome-62fcfd38602ab7bf8dc3cde1707f412627a1e570.tar.gz freebsd-ports-gnome-62fcfd38602ab7bf8dc3cde1707f412627a1e570.tar.zst freebsd-ports-gnome-62fcfd38602ab7bf8dc3cde1707f412627a1e570.zip |
- Add missing dependencies, it fixes problems in configure time
Reported by: kris
Diffstat (limited to 'games')
-rw-r--r-- | games/scourge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index ba918aae46b7..52f3c613dd6d 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -19,9 +19,9 @@ COMMENT= S.C.O.U.R.G.E. is a rogue-like game LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${DATADIR}/config/scourge.cfg:${PORTSDIR}/games/scourge-data -USE_AUTOTOOLS= autoconf:261:env +USE_AUTOTOOLS= autoconf:261:env automake:19:env USE_GL= yes -USE_SDL= sdl mixer net +USE_SDL= sdl mixer net ttf USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_LIBS} |