. Restore Brian Gardner as maintainer with his new email address.

. Remove the runtime dependency on CUPS [2]

PR:		134648 [2]
Submitted by:	dinoex@ [2]
This commit is contained in:
Greg Lewis 2009-06-03 03:47:56 +00:00
parent 3fbdbd17a0
commit ed062275d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235085

View file

@ -12,7 +12,7 @@ CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/
DISTNAME= openjdk-6-src-${PORTVERSION}-${OPENJDK_BUILDDATE} DISTNAME= openjdk-6-src-${PORTVERSION}-${OPENJDK_BUILDDATE}
MAINTAINER= java@FreeBSD.org MAINTAINER= openjdk@getsnappy.com
COMMENT= Sun\'s java 6 virtual machine release under the GPL v2 COMMENT= Sun\'s java 6 virtual machine release under the GPL v2
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
@ -30,11 +30,11 @@ USE_GMAKE= yes
USE_MOTIF= yes USE_MOTIF= yes
USE_XORG= xtst xi xt x11 USE_XORG= xtst xi xt x11
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS+= ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>