diff options
Diffstat (limited to 'audio/goobox/Makefile')
-rw-r--r-- | audio/goobox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 7483d1826a07..8ed829cd6d29 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lm INSTALL_TARGET= install-strip GCONF_SCHEMAS= goobox.schemas |