diff options
author | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /multimedia/camserv | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.zst freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
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 \ |