diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-07 09:26:38 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-07 09:26:38 +0000 |
commit | 37b447cf1de7b654cd270e94c463cecd138e14a9 (patch) | |
tree | 3fb99983475a23ff8dde6aaf8e71e08c37c83ec8 /print/pips800 | |
parent | 24254b292c351d5d2ecb0800ca8265181c420743 (diff) | |
download | ports-37b447cf1de7b654cd270e94c463cecd138e14a9.tar.gz ports-37b447cf1de7b654cd270e94c463cecd138e14a9.zip |
Notes
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 45d6dd3a17c1..b01b32086897 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -32,11 +32,9 @@ RUN_DEPENDS+= /compat/linux/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png .if defined(INTERNATIONAL_PRODUCTS) LIB_FILE= lib${PRTYPE:S/^-//}.so LIB_README= share/doc/${BASE_NAME}/lib${PRTYPE:S/^-//}.readme -PLIST= ${PKGDIR}/pkg-plist.ip +PLIST= ${MASTERDIR}/pkg-plist.ip RUN_DEPENDS+= /compat/linux/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale \ /compat/linux/usr/share/locale/ko/LC_COLLATE:${PORTSDIR}/korean/linux_locale -#PKGINSTALL= ${PKGDIR}/pkg-install.ip -#PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.ip .else LIB_FILE= libpm${PRTYPE}c.so LIB_README= share/doc/${BASE_NAME}/libpm${PRTYPE}c.readme |