diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-16 17:59:18 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-16 17:59:18 +0000 |
commit | 2fc4db2a6b58680c113a7b99abd4b2ae4b73161f (patch) | |
tree | fe5ae1617bc0d7277eb0befc542245d6ddda5f52 /chinese/xmms/Makefile | |
parent | a92e79c11d75e7e15b98d7e95009b570eb085f41 (diff) | |
download | ports-2fc4db2a6b58680c113a7b99abd4b2ae4b73161f.tar.gz ports-2fc4db2a6b58680c113a7b99abd4b2ae4b73161f.zip |
Notes
Diffstat (limited to 'chinese/xmms/Makefile')
-rw-r--r-- | chinese/xmms/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chinese/xmms/Makefile b/chinese/xmms/Makefile index bf865c2e997f..29425feaa145 100644 --- a/chinese/xmms/Makefile +++ b/chinese/xmms/Makefile @@ -10,12 +10,10 @@ MASTERDIR= ${.CURDIR}/../../audio/xmms PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= sobomax -MAINTAINER= clive@CirX.ORG +EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-xmms-1.2.x-xfont -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf +MAINTAINER= clive@CirX.ORG -pre-patch: - @( cd ${WRKSRC}; \ - ${PATCH} -sp1 < ${.CURDIR}/files/extra-patch-xmms-1.2.x-xfont ; ) +#RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf .include "${MASTERDIR}/Makefile" |