diff options
author | VVD <vvd@unislabs.com> | 2022-07-19 05:51:39 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-07-20 12:05:55 +0000 |
commit | 4ee4d8d1d3e9d19b9b99d78dbee3f09ebccf2444 (patch) | |
tree | 3bef54d45f01340c4dfa20a39c7f62650069b24e | |
parent | 098b622dd3fea17fca604066cc88abe2b23b2658 (diff) | |
download | ports-4ee4d8d1d3e9d19b9b99d78dbee3f09ebccf2444.tar.gz ports-4ee4d8d1d3e9d19b9b99d78dbee3f09ebccf2444.zip |
-rw-r--r-- | games/jinput/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/jinput/Makefile b/games/jinput/Makefile index f917f2d94a45..ef74a1afd763 100644 --- a/games/jinput/Makefile +++ b/games/jinput/Makefile @@ -8,8 +8,6 @@ COMMENT= Java Game Controller API LICENSE= BSD2CLAUSE -BROKEN= does not build: .../input/example/ReadAllEvents.java:[5,28] cannot find symbol - BUILD_DEPENDS= ${JAVAJARDIR}/jutils/jutils.jar:games/jutils \ mvn:devel/maven RUN_DEPENDS= ${JAVAJARDIR}/jutils/jutils.jar:games/jutils @@ -21,14 +19,15 @@ GL_COMMIT= bf22dd975bbba31f01895332255b63df376894e6 USE_JAVA= 8+ -PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar PLIST_DIRS= ${JAVAJARDIR}/${PORTNAME} +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar MAVEN_ARGS= -Dmaven.antrun.skip -Dmaven.javadoc.skip -Dmaven.source.skip -Dmaven.test.skip -DskipTests -DskipITs MAVEN_REPO= -Dmaven.repo.local=${WRKSRC}/repository pre-build: ${CP} ${JAVAJARDIR}/jutils/jutils.jar ${WRKSRC}/repository/net/java/jutils/jutils/1/jutils-1.jar + ${SED} -i -e '/example/d' ${WRKSRC}/pom.xml # example/ReadAllEvents.java:[5,28] cannot find symbol ... do-build: cd ${WRKSRC}; \ |