diff options
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 621a87088c34..4d8b34173098 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -35,9 +35,8 @@ USE_LDCONFIG= yes INSTALLS_OMF= yes PKGMESSAGE= ${WRKDIR}/pkg-message CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= LIBS="-lXrandr" \ - BROWSER_PLUGIN_DIR="${WEBPLUGIN_DIR}" +LIBS+= -L${LOCALBASE}/lib -lXrandr +CONFIGURE_ENV= BROWSER_PLUGIN_DIR="${WEBPLUGIN_DIR}" CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ |