=================================================================== RCS file: /cvs/ports/games/torcs/Makefile,v retrieving revision 1.5 retrieving revision 1.7 diff -u -r1.5 -r1.7 --- ports/games/torcs/Makefile 2010/10/11 12:45:43 1.5 +++ ports/games/torcs/Makefile 2010/12/04 18:14:37 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/10/11 11:45:43 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2010/12/04 18:14:37 yason Exp $ COMMENT = The Open Racing Car Simulator @@ -24,13 +24,12 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=torcs/} EXTRACT_SUFX = .tar.bz2 -BUILD_DEPENDS = ::devel/plib -LIB_DEPENDS = ::audio/freealut \ - ::graphics/freeglut \ - ::audio/openal \ - ::graphics/png +BUILD_DEPENDS = devel/plib +LIB_DEPENDS = audio/freealut \ + graphics/freeglut \ + audio/openal \ + graphics/png -USE_X11 = Yes USE_GMAKE = Yes USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu