diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
commit | 216b5a285fdcc1456a307fcc60f3507c20d613eb (patch) | |
tree | d0c8617b772b8f0a175d436d938b8d844590b41f /www/blastbeat | |
parent | b829518a7d432b7cc2546fde7f032238d1db13dc (diff) |
Notes
Diffstat (limited to 'www/blastbeat')
-rw-r--r-- | www/blastbeat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile index 4087bdb0c6b6..6045bdcd0770 100644 --- a/www/blastbeat/Makefile +++ b/www/blastbeat/Makefile @@ -26,8 +26,8 @@ GH_COMMIT= cdac9a9 GH_TAGNAME= ${GH_COMMIT} PORTEXAMPLES= * -CFLAGS+= -I${LOCALBASE}/include \ - -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lm PLIST_FILES= bin/blastbeat \ %%ETCDIR%%/blastbeat.ini.sample |