diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-12 10:26:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-12 10:26:59 +0000 |
commit | 0e30b17604ac814cbe4a4baa729aea1a4c64553e (patch) | |
tree | 63af6f6b34479c96fde1d4d2bd504e1167da5bce /java | |
parent | 6fe79145bf0391c4c48b5068045723f4a422a34a (diff) | |
download | ports-0e30b17604ac814cbe4a4baa729aea1a4c64553e.tar.gz ports-0e30b17604ac814cbe4a4baa729aea1a4c64553e.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/sigar/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/java/sigar/Makefile b/java/sigar/Makefile index 44f160e4659d..200ae896c896 100644 --- a/java/sigar/Makefile +++ b/java/sigar/Makefile @@ -33,13 +33,9 @@ ANT= ${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD} .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD -. if ${OSVERSION} >= 1000000 PLATFORM_VER= 1 -. else -PLATFORM_VER= 9 -. endif .else -BROKEN= ${OPSYS} platform is not supported +IGNORE= ${OPSYS} platform is not supported .endif LIBNAME= libsigar-${ARCH:S,i386,x86,}-${OPSYS:tl}-${PLATFORM_VER}.so |