aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-08-04 22:52:02 +0000
committerKoop Mast <kwm@FreeBSD.org>2012-08-04 22:52:02 +0000
commit5aa7246575084f0aefcffe71d7305d0b36b2ed33 (patch)
treea3b9f3e6c4e41379a4ad771026302ecf0ad0ae1b /x11-fm
parent2d4609c1309d60a953f0d9a6be96d373ca6ccfc6 (diff)
downloadports-5aa7246575084f0aefcffe71d7305d0b36b2ed33.tar.gz
ports-5aa7246575084f0aefcffe71d7305d0b36b2ed33.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/tdfsb/Makefile12
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>