aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk16
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2008-01-21 13:59:52 +0800
committerglewis <glewis@FreeBSD.org>2008-01-21 13:59:52 +0800
commit73b64ad40010fd4401b648f66c0df6d24c832f53 (patch)
tree4e3b63948afb03b09a115c8c6691289836d80c89 /java/jdk16
parent9384888ea82d38e159d36f2b2229d5d1068b4cb2 (diff)
downloadfreebsd-ports-gnome-73b64ad40010fd4401b648f66c0df6d24c832f53.tar.gz
freebsd-ports-gnome-73b64ad40010fd4401b648f66c0df6d24c832f53.tar.zst
freebsd-ports-gnome-73b64ad40010fd4401b648f66c0df6d24c832f53.zip
. Make CUPS a build depends only and depend on the header file searched
for by the JDK sanity check. No CUPS libraries are linked against by the build, so we don't need it at run time. Requested by: Stefan Thurner <thurners@nicsys.de>
Diffstat (limited to 'java/jdk16')
-rw-r--r--java/jdk16/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index da55216fa359..1749a78877d6 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -20,9 +20,9 @@ COMMENT= Java Development Kit 1.6.0
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \
- ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif
+ ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \
+ ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-base
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
OPTIONS= DEBUG "Enable debugging support" off \
IPV6 "Enable IPv6 support" off \