diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-11 18:08:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-11 18:08:38 +0800 |
commit | f6763c3cd1541b5d51cd003610210be9e3f57b92 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /java | |
parent | ffc02588e890cf8d01b2305cfb96dbb0eaf038a8 (diff) | |
download | freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.gz freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.zst freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.zip |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
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} |