diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-01-21 05:59:52 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-01-21 05:59:52 +0000 |
commit | 70a5191561926cc3f1619c830f3f637a69563870 (patch) | |
tree | 2c297e084c133bb9cf1bf81d59f68c84e0377dcd /java | |
parent | a7c72398cee2e9ef409905e033bfd4635ad56537 (diff) | |
download | ports-70a5191561926cc3f1619c830f3f637a69563870.tar.gz ports-70a5191561926cc3f1619c830f3f637a69563870.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>
Notes
Notes:
svn path=/head/; revision=205953
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk16/Makefile | 4 |
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 \ |