diff options
Diffstat (limited to 'x11-fm/tdfsb/Makefile')
-rw-r--r-- | x11-fm/tdfsb/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile index 8ffb95af665c..23503d7a7c3f 100644 --- a/x11-fm/tdfsb/Makefile +++ b/x11-fm/tdfsb/Makefile @@ -7,7 +7,7 @@ PORTNAME= tdfsb PORTVERSION= 0.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= http://www.determinate.net/webdata/data/ @@ -26,10 +26,12 @@ USE_PKGCONFIG= yes PORTDOCS= README PLIST_FILES= bin/${PORTNAME} -CPPFLAGS+= `${LOCALBASE}/bin/pkgconf --cflags SDL_image glut` \ - `${LOCALBASE}/bin/smpeg-config --cflags` -LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image glut` \ - `${LOCALBASE}/bin/smpeg-config --libs` +CPPFLAGS+= `${LOCALBASE}/bin/pkgconf --cflags SDL_image gl` \ + `${LOCALBASE}/bin/smpeg-config --cflags` \ + -I ${LOCALBASE}/include +LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image gl` \ + `${LOCALBASE}/bin/smpeg-config --libs` \ + -L ${LOCALBASE}/lib -lGLU -lglut .include <bsd.port.pre.mk> |