diff options
author | stas <stas@FreeBSD.org> | 2008-03-13 07:39:18 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-13 07:39:18 +0800 |
commit | 60a00446ff10266245f1d3edff0415c8c1a9f0b2 (patch) | |
tree | 96c728ab7946bcc967a67bdea0ec6d634e6803a3 /x11 | |
parent | db971123a8506d571a5d4fcae4b53f2e31837878 (diff) | |
download | freebsd-ports-gnome-60a00446ff10266245f1d3edff0415c8c1a9f0b2.tar.gz freebsd-ports-gnome-60a00446ff10266245f1d3edff0415c8c1a9f0b2.tar.zst freebsd-ports-gnome-60a00446ff10266245f1d3edff0415c8c1a9f0b2.zip |
- Fix imlib2 dependency.
Reported by: pav
Pointy hat to: me
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fbdesk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index 56dd20959248..2a5fd1dd4dbf 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -35,7 +35,7 @@ USE_EFL= imlib2 .if defined(WITHOUT_IMLIB2) CONFIGURE_ARGS+= --disable-imlib2 .else -LIB_DEPENDS+= Imlib2.4:${PORTSDIR}/graphics/imlib2 +USE_EFL= imlib2 .endif post-install: |