summaryrefslogtreecommitdiff
path: root/databases/clip
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-12-07 10:45:19 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-12-07 10:45:19 +0000
commitb393cc4ddd7f2f70dd71d4eaaf2f4c9afc5910d5 (patch)
treed5ecb942e39cfba8ced83085b0493d72aa44fc6d /databases/clip
parentUnbreak installation of renamed icons and remove patch which is no longer (diff)
Add explicit imake dependency to fix build after X11 libraries no longer
depend on it at runtime. Pointed out by: dosirak via kris, while testing X.Org upgrade
Notes
Notes: svn path=/head/; revision=123387
Diffstat (limited to 'databases/clip')
-rw-r--r--databases/clip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile
index c671c5570e22..02be281c0b38 100644
--- a/databases/clip/Makefile
+++ b/databases/clip/Makefile
@@ -32,7 +32,8 @@ BROKEN= "Does not compile on !i386"
.endif
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
- wget:${PORTSDIR}/ftp/wget
+ wget:${PORTSDIR}/ftp/wget \
+ xmkmf:${X_IMAKE_PORT}
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2 \