diff options
Diffstat (limited to 'audio/timidity/Makefile')
-rw-r--r-- | audio/timidity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index cfe7d394a903..62cc1ee86ef7 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -27,7 +27,7 @@ GUSPAT_DESC= Use audio/guspat instead of included sound fonts (goemon) # Set up sound fonts from audio/guspat. .if ${PORT_OPTIONS:MGUSPAT} -RUN_DEPENDS+= ${LOCALBASE}/share/guspat/power.cfg:${PORTSDIR}/audio/guspat +RUN_DEPENDS+= ${LOCALBASE}/share/guspat/power.cfg:audio/guspat TDIR= ${LOCALBASE}/share/timidity TCONFIG= timidity.cfg-guspat PLIST_SUB+= GOEMON="@comment " |