diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /java/java3d | |
parent | - Attempt to fix build on systems without gcc (error was: (diff) |
Part 2 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'java/java3d')
-rw-r--r-- | java/java3d/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 53c050f21194..90499ad5405d 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Provides API for creating and manipulation of 3D geometry USE_BZIP2= yes -FETCH_ARGS= -Fpr USE_JAVA= yes USE_GL= gl |