=================================================================== RCS file: /cvs/ports/devel/sfml/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/devel/sfml/Attic/Makefile 2011/10/27 16:00:46 1.1 +++ ports/devel/sfml/Attic/Makefile 2011/10/27 18:28:19 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2011/10/27 16:00:46 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2011/10/27 18:28:19 yason Exp $ COMMENT = Simple and Fast Multimedia Library @@ -23,13 +23,16 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB += GL X11 Xrandr freetype m openal sndfile stdc++ +WANTLIB += GL GLEW X11 Xrandr freetype jpeg m openal +WANTLIB += png sndfile stdc++ z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sfml/} LIB_DEPENDS = audio/libsndfile \ audio/openal \ - graphics/glew + graphics/glew \ + graphics/jpeg \ + graphics/png MAKE_FLAGS = LIBsfml-audio_VERSION=${LIBsfml-audio_VERSION} \ LIBsfml-graphics_VERSION=${LIBsfml-graphics_VERSION} \