diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/camserv/Makefile | 4 | ||||
-rw-r--r-- | multimedia/py-gstreamer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/py-gstreamer80/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index 5d48cac3205f..c42f35177655 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -18,11 +18,11 @@ COMMENT= Camserv is a free program to do streaming video via the web LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ Imlib2.2:${PORTSDIR}/graphics/imlib2 \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - freetype.9:${PORTSDIR}/print/freetype2 \ - ltdl.4:${PORTSDIR}/devel/libltdl + freetype.9:${PORTSDIR}/print/freetype2 ONLY_FOR_ARCHS= i386 alpha +USE_LIBLTDL= yes USE_X_LIB= yes GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile index 53dca898366f..c4606543c1d7 100644 --- a/multimedia/py-gstreamer/Makefile +++ b/multimedia/py-gstreamer/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gstreamerplugins \ gnomehack \ pkgconfig \ lthack -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}" DOCS= README.html README.txt diff --git a/multimedia/py-gstreamer80/Makefile b/multimedia/py-gstreamer80/Makefile index 53dca898366f..c4606543c1d7 100644 --- a/multimedia/py-gstreamer80/Makefile +++ b/multimedia/py-gstreamer80/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gstreamerplugins \ gnomehack \ pkgconfig \ lthack -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}" DOCS= README.html README.txt |