diff options
Diffstat (limited to 'java/openjdk6')
-rw-r--r-- | java/openjdk6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index bc062bc976de..dbf42ededbb6 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -56,7 +56,7 @@ TEST_DESC= Add support for running regression test USES= gmake motif .include <bsd.port.options.mk> -.include "${PORTSDIR}/java/openjdk6/Makefile.icedtea" +.include "${.CURDIR}/../openjdk6/Makefile.icedtea" EXTRA_PATCHES= ${ICEDTEA_PATCHES} |