aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-02-26 13:39:05 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-02-26 13:39:05 +0000
commit3fdf2a763eb36f889191e428e28fa788da562dea (patch)
tree8e8e281a9446987b110c236fb12d94169459fac2 /audio
parenta5a74fa12882c8a422c6524f77d15f267295d8d5 (diff)
downloadports-3fdf2a763eb36f889191e428e28fa788da562dea.tar.gz
ports-3fdf2a763eb36f889191e428e28fa788da562dea.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index e3ebeb95dc07..0781741a4797 100644
--- a/audio/timidity++/Makefile
+++ b/audio/timidity++/Makefile
@@ -20,12 +20,12 @@ LIB_DEPENDS= libarc.so:archivers/libarc \
RUN_DEPENDS= eawpats>0:audio/eawpats
.endif
-USES= gmake tar:bzip2
+USES= gmake localbase tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV+= SHLD="${CC} -shared"
-CPPFLAGS+= -I${LOCALBASE}/include/libarc -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -Wl,--export-dynamic
+CPPFLAGS+= -I${LOCALBASE}/include/libarc
+LDFLAGS+= -Wl,--export-dynamic
PLIST_SUB+= TIMID_LIBDIR="${TIMID_LIBDIR}" EUCJP_LOCALE="${EUCJP_LOCALE}"