diff options
author | glewis <glewis@FreeBSD.org> | 2009-06-03 11:47:56 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2009-06-03 11:47:56 +0800 |
commit | 5c0c44782c9003b1fc1a2679586f18c33c2c327a (patch) | |
tree | 84e0cd9b90b903354720c4288e1187600b1d4392 /java | |
parent | 6c3cce64460ae8a9883305e4026ddce2e8ed923c (diff) | |
download | freebsd-ports-gnome-5c0c44782c9003b1fc1a2679586f18c33c2c327a.tar.gz freebsd-ports-gnome-5c0c44782c9003b1fc1a2679586f18c33c2c327a.tar.zst freebsd-ports-gnome-5c0c44782c9003b1fc1a2679586f18c33c2c327a.zip |
. Restore Brian Gardner as maintainer with his new email address.
. Remove the runtime dependency on CUPS [2]
PR: 134648 [2]
Submitted by: dinoex@ [2]
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 77788e5bac7c..5dfd3f28e9b5 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ 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 RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper @@ -30,11 +30,11 @@ USE_GMAKE= yes USE_MOTIF= yes USE_XORG= xtst xi xt x11 -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS+= ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client .include <bsd.port.pre.mk> |