diff options
author | arved <arved@FreeBSD.org> | 2006-08-08 23:12:41 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-08-08 23:12:41 +0800 |
commit | 14feff805375d1f319974352b0a599736c7f3f75 (patch) | |
tree | c8c8d1ffe452aeb17113b89e8228cf8d8bb6709e /x11 | |
parent | 8b817e4e361d720ab23487b8ec1f710bfaa3b14e (diff) | |
download | freebsd-ports-gnome-14feff805375d1f319974352b0a599736c7f3f75.tar.gz freebsd-ports-gnome-14feff805375d1f319974352b0a599736c7f3f75.tar.zst freebsd-ports-gnome-14feff805375d1f319974352b0a599736c7f3f75.zip |
Fix build by adding missing dependency on imlib2
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fbdesk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index e01d3954bb9f..363d6d926674 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -18,7 +18,8 @@ MAINTAINER= hendrik@scholz.net COMMENT= A Fluxbox utility to create and manage icons on the desktop LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - Xft.2:${PORTSDIR}/x11-fonts/libXft + Xft.2:${PORTSDIR}/x11-fonts/libXft \ + Imlib2.3:${PORTSDIR}/graphics/imlib2 PLIST_FILES= bin/fbdesk USE_X_PREFIX= yes |