summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/Makefile
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-12-23 02:03:29 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-12-23 02:03:29 +0000
commit3119b9d636e58bab350b5a13b12fe2f15b59f375 (patch)
treee586805a323623c14e5bc3a4c6f6421f51164975 /editors/openoffice-1.1/Makefile
parentCorrect quoting of DEPRECATED (diff)
Add imake build dependency, it is no longer implied with using
X11 libraries. Pointed out by: dosirak via kris Approved by: maho
Notes
Notes: svn path=/head/; revision=124878
Diffstat (limited to '')
-rw-r--r--editors/openoffice-1.1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index 87c160dd9444..afb1fa7d66f1 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -99,6 +99,7 @@ CXX= g++32
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \
gcp:${PORTSDIR}/sysutils/coreutils \
+ xmkmf:${X_IMAKE_PORT} \
${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}