diff options
Diffstat (limited to 'audio/nyquist/Makefile')
-rw-r--r-- | audio/nyquist/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/nyquist/Makefile b/audio/nyquist/Makefile index a7543afe2b72..8ab65c18f457 100644 --- a/audio/nyquist/Makefile +++ b/audio/nyquist/Makefile @@ -10,7 +10,7 @@ WWW= https://www.cs.cmu.edu/~music/music.software.html LICENSE= BSD3CLAUSE -USES= cmake zip +USES= cmake java zip USE_CSTD= c99 USE_CXXSTD= c++14 @@ -19,8 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -Dulong=uint32_t -DXL_BIG_ENDIAN -DHAVE_SYS_SOUNDCARD_H CFLAGS+= -fcommon # notified the author vie e-mail on 2021-04-29 -USE_JAVA= yes - post-patch: @${REINPLACE_CMD} -e 's|nyquistDir = prefs.get("nyquist-dir", "");|nyquistDir = "${DATADIR}";|' ${WRKSRC}/jnyqide/MainFrame.java |