diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 62f7e087a411..9e13a8862ee4 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -43,10 +43,6 @@ OPTIONS_DEFAULT= FULL_SDK .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -PATCH_DEPENDS+= gpatch:devel/patch -PATCH= gpatch -.endif PATCH_STRIP= -p1 .if ${PORT_OPTIONS:MSWT_GTK3_SUPPORT} |