diff options
-rw-r--r-- | chinese/xmms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xmms/Makefile b/chinese/xmms/Makefile index 048249007df8..bf865c2e997f 100644 --- a/chinese/xmms/Makefile +++ b/chinese/xmms/Makefile @@ -16,6 +16,6 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/ pre-patch: @( cd ${WRKSRC}; \ - ${PATCH} -sp1 < ${.CURDIR}/patches/xmms-1.2.x-xfont.diff ; ) + ${PATCH} -sp1 < ${.CURDIR}/files/extra-patch-xmms-1.2.x-xfont ; ) .include "${MASTERDIR}/Makefile" |