diff options
Diffstat (limited to 'graphics/goom/Makefile')
-rw-r--r-- | graphics/goom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 2fc92d0..38135cc 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -23,7 +23,7 @@ USE_GCC= 3.4 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-sdltest --enable-static -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS) LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms |