diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-02-13 18:50:51 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-02-13 18:50:51 +0000 |
| commit | 64b39f0d99d4e3567ebdf8731ee55092f5cf5ed2 (patch) | |
| tree | a2f9fa16ccfe0335ebfab19498951105df7ba538 /java/netbeans3 | |
| parent | Upgrade to version 5.0. (diff) | |
Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES.
Diffstat (limited to 'java/netbeans3')
| -rw-r--r-- | java/netbeans3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/netbeans3/Makefile b/java/netbeans3/Makefile index e256901ee121..4cce702de5f3 100644 --- a/java/netbeans3/Makefile +++ b/java/netbeans3/Makefile @@ -8,14 +8,15 @@ PORTNAME= netbeans3 PORTVERSION= 3.6 CATEGORIES= java devel -MASTER_SITES= # http://www.netbeans.org/download/release36/promoted/FCS/ +MASTER_SITES= DISTNAME= netbeans-3_6 MAINTAINER= olgeni@FreeBSD.org COMMENT= A full-featured integrated environment for Java USE_BZIP2= yes -USE_JAVA= 1.4+ +USE_JAVA= yes +JAVA_VERSION= 1.4+ NO_BUILD= yes RESTRICTED= Restrictive license |
