diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-07 04:11:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-07 04:11:05 +0000 |
commit | 6f66d01050529b33b4f660ed9dbcdc383f028a1d (patch) | |
tree | fa054259b4fddfc93f5768a8637a6b370570fff7 /java | |
parent | - drop option WITHOUT_RC_SUBR (diff) |
- use cups-client
PR: 134647
Approved by: maintainer-timeout
Notes
Notes:
svn path=/head/; revision=237304
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 306975362529..5dd799cf9f66 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -21,7 +21,7 @@ COMMENT= Java Development Kit 1.6.0 BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ ${LOCALBASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \ - ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-base + ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper OPTIONS= DEBUG "Enable debugging support" off \ |