aboutsummaryrefslogtreecommitdiff
path: root/x11/fbdesk
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-08-08 15:12:41 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-08-08 15:12:41 +0000
commit49c2cad180c2c72488e9a4fc3223c85d865ee6c0 (patch)
treef422597fa65cc46077d3add0951b3df394f6f280 /x11/fbdesk
parent146d538f1d3f6af31f2e1b3a651cf8360f11ac17 (diff)
downloadports-49c2cad180c2c72488e9a4fc3223c85d865ee6c0.tar.gz
ports-49c2cad180c2c72488e9a4fc3223c85d865ee6c0.zip
Fix build by adding missing dependency on imlib2
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=170123
Diffstat (limited to 'x11/fbdesk')
-rw-r--r--x11/fbdesk/Makefile3
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