diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-08 00:15:34 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-08 00:15:34 +0000 |
commit | 4ede5e9b248f4c96a8d9617f4fbc241f489d7235 (patch) | |
tree | 39be84d6997d264d9ca2a8ab4f521d044421e824 /sysutils/wmfire | |
parent | 0c79f0cee3bdd8cbcdbd6c01136a4ccc835690ca (diff) |
Notes
Diffstat (limited to 'sysutils/wmfire')
-rw-r--r-- | sysutils/wmfire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile index 2c1401e8cc10..13c5bf413a90 100644 --- a/sysutils/wmfire/Makefile +++ b/sysutils/wmfire/Makefile @@ -17,7 +17,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lm MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" |