1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

. 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>
This commit is contained in:
Greg Lewis 2008-01-21 05:59:52 +00:00
parent a7c72398ce
commit 70a5191561
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205953

View File

@ -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 \