aboutsummaryrefslogtreecommitdiff
path: root/print/pips800/Makefile.pips
diff options
context:
space:
mode:
Diffstat (limited to 'print/pips800/Makefile.pips')
-rw-r--r--print/pips800/Makefile.pips10
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