diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /multimedia/camserv | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'multimedia/camserv')
-rw-r--r-- | multimedia/camserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index 3116e0750133..03f5ac6d0768 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -17,7 +17,6 @@ MAINTAINER= uspoerlein@gmail.com COMMENT= Camserv is a free program to do streaming video via the web LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - Imlib2.4:${PORTSDIR}/graphics/imlib2 \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ freetype.9:${PORTSDIR}/print/freetype2 @@ -25,6 +24,7 @@ ONLY_FOR_ARCHS= i386 alpha USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 libtool:15 libltdl:15 +USE_EFL= imlib2 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ |