diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-04-11 15:10:00 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-04-11 15:10:00 +0000 |
commit | 7889da7778225483492caf03a7dc37e0c85ad152 (patch) | |
tree | 5f3ffb9492efe7e1ce94934ca23f947786402dd7 /print/pips800 | |
parent | Fix dependency. The port remains BROKEN though cause it falls over some (diff) |
the distribution was rerolled.
Reported by: pointyhat via kris
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile.pips | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 43e5bcafe4a1..8fdaf2a812cb 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -118,7 +118,8 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base \ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-common \ ${FILESDIR}/extra-patch-2.6.2-src \ ${FILESDIR}/extra-patch-2.6.2-src-cups -.if ${PRTYPE} != g900 && ${PRTYPE} != -scx3500_3600s && ${PRTYPE} != -spr800 +.if ${PRTYPE} != g700 && ${PRTYPE} != g900 && ${PRTYPE} != -scx3500_3600s && \ + ${PRTYPE} != -spr800 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-ekpstm::main.c .endif BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf253:${PORTSDIR}/devel/autoconf253 @@ -179,7 +180,7 @@ INCLIST= CUPS EKPSTM_MO PAPER_LIST .else INCLIST= PIPS CUPS EKPNAVI DTRFILTER PAPER_LIST .endif -.if ${PRTYPE} == -sc65_66s || ${PRTYPE} == -sc85_86s || \ +.if ${PRTYPE} == g700 || ${PRTYPE} == -sc65_66s || ${PRTYPE} == -sc85_86s || \ ${PRTYPE} == -scx3500_3600s || ${PRTYPE} == -spr800 INCLIST+= PIPS_EN .endif @@ -263,8 +264,9 @@ post-patch: ${REINPLACE_CMD} -e 's;/dev/\(usb/\)\{0,1\}lp0;/dev/ulpt0;' \ -e 's,^SUBDIRS = rc$$,#&,' \ ${WRKSRC}/ekpd/Makefile.in -.if ${PRTYPE} == g900 || ${PRTYPE} == -sc65_66s || ${PRTYPE} == -sc85_86s || \ - ${PRTYPE} == -scx3500_3600s || ${PRTYPE} == -spr800 +.if ${PRTYPE} == g700 || ${PRTYPE} == g900 || ${PRTYPE} == -sc65_66s || \ + ${PRTYPE} == -sc85_86s || ${PRTYPE} == -scx3500_3600s || \ + ${PRTYPE} == -spr800 ${REINPLACE_CMD} -e 's,^\(enum Ink\)set\(_Id inkbox_get_inkid\),\1box\2,' \ ${WRKSRC}/ekpstm/inkbox.h .endif |