diff options
author | pav <pav@FreeBSD.org> | 2009-01-09 07:19:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-09 07:19:13 +0800 |
commit | 64ebb8a0fa0793a38a1e33e218aa8351b0d7c3ca (patch) | |
tree | 13ed5dff7227da5a45bbd87b499fb44043c84e08 | |
parent | 20f9e58611ba6842ce7de239b78bf29947573ca2 (diff) | |
download | freebsd-ports-gnome-64ebb8a0fa0793a38a1e33e218aa8351b0d7c3ca.tar.gz freebsd-ports-gnome-64ebb8a0fa0793a38a1e33e218aa8351b0d7c3ca.tar.zst freebsd-ports-gnome-64ebb8a0fa0793a38a1e33e218aa8351b0d7c3ca.zip |
- :build targets need to use ${NONEXISTENT} for their depobj
-rw-r--r-- | chinese/mplayer-fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/mplayer-fonts/Makefile b/chinese/mplayer-fonts/Makefile index 2ba64d2e37a3..54f605e7f3f1 100644 --- a/chinese/mplayer-fonts/Makefile +++ b/chinese/mplayer-fonts/Makefile @@ -19,7 +19,7 @@ COMMENT= A chinese font pack for the mplayer OSD and SUB BUILD_DEPENDS= ${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv \ ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 \ ${ARPHIC_FONTDIR}/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \ - arial.ttf:${PORTSDIR}/x11-fonts/webfonts:build \ + ${NONEXISTENT}:${PORTSDIR}/x11-fonts/webfonts:build \ cabextract:${PORTSDIR}/archivers/cabextract USE_BZIP2= yes |