diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 07:40:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 07:40:31 +0000 |
commit | da559c3b797be1fe6bcd7f5e2b04c5c707c82e53 (patch) | |
tree | ccdec7e2be8f5c3c071f13af69fa7c1511d0fa98 | |
parent | 1f03aa399289567acf06f73c587b76b0c7a5d1af (diff) | |
download | ports-da559c3b797be1fe6bcd7f5e2b04c5c707c82e53.tar.gz ports-da559c3b797be1fe6bcd7f5e2b04c5c707c82e53.zip |
Notes
-rw-r--r-- | sysutils/jps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/jps/Makefile b/sysutils/jps/Makefile index 71cf67a47580..15a06865770c 100644 --- a/sysutils/jps/Makefile +++ b/sysutils/jps/Makefile @@ -12,6 +12,8 @@ COMMENT= Wrapper to ps(1) that maps pids to jails BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} +CONFLICTS_INSTALL= openjdk* + USES= perl5 shebangfix PLIST_FILES= bin/jps man/man1/jps.1.gz SHEBANG_FILES= jps.pl |