diff options
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index ecdbe36bf302..865f65eb6402 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -24,13 +24,9 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_LIBTOOL= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -WITH_XINE= yes -.endif - .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libvorbis.so) |