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 /deskutils/kompose | |
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 'deskutils/kompose')
-rw-r--r-- | deskutils/kompose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/kompose/Makefile b/deskutils/kompose/Makefile index 48798fe1873d..e2c50a64e429 100644 --- a/deskutils/kompose/Makefile +++ b/deskutils/kompose/Makefile @@ -7,20 +7,20 @@ PORTNAME= kompose PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Full-screen task manager similar to Expose(tm) -LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 - EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure USE_BZIP2= yes USE_GMAKE= yes USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 +USE_EFL= imlib2 INSTALLS_ICONS= yes DOCSDIR= share/doc/HTML/en/${PORTNAME} |