diff options
author | asau <asau@pkgsrc.org> | 2015-12-13 16:08:26 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-12-13 16:08:26 +0000 |
commit | 5bb35010632678d8b002777f5f6dd137b2a761cf (patch) | |
tree | a781eb230a034f07a33a8c6a310f4caf8d1da036 /lang/openjdk7 | |
parent | 1b7c6392e3f668562638b2281f0d31f803a93e4a (diff) | |
download | pkgsrc-5bb35010632678d8b002777f5f6dd137b2a761cf.tar.gz |
Don't depend on mozilla-rootcerts.
Diffstat (limited to 'lang/openjdk7')
-rw-r--r-- | lang/openjdk7/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile index 0d9501f288b..e04a375517d 100644 --- a/lang/openjdk7/Makefile +++ b/lang/openjdk7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2015/11/03 16:41:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.104 2015/12/13 16:08:26 asau Exp $ JDK_MICRO= 80 DISTNAME= openjdk-1.7.${JDK_MICRO}-20150609 @@ -27,8 +27,6 @@ MAKE_ENV+= PKGSRC_ZIPEXE=${TOOLS_PATH.zip} MAKE_ENV+= PKGSRC_UNZIP=${TOOLS_PATH.unzip} MAKE_ENV+= PKGSRC_UNZIPSFX=${TOOLS_PATH.unzip}sfx -BUILD_DEPENDS+= mozilla-rootcerts>=1.0.20140820nb2:../../security/mozilla-rootcerts - NO_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake pax unzip:run zip:run # patch |