aboutsummaryrefslogtreecommitdiff
path: root/print/gutenprint-base
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-09 12:26:33 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-09 12:26:33 +0000
commitd94cfc1fe3b1f02562be999a3dcf3892b49e33ce (patch)
treecc0c95ca3add90febf3cff2bbecacf72443ad8ac /print/gutenprint-base
parent9369c138b4ba1201e299c99085eea937d1c4f0a2 (diff)
downloadports-d94cfc1fe3b1f02562be999a3dcf3892b49e33ce.tar.gz
ports-d94cfc1fe3b1f02562be999a3dcf3892b49e33ce.zip
Notes
Diffstat (limited to 'print/gutenprint-base')
-rw-r--r--print/gutenprint-base/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile
index 7ad9e3ab1e53..8f4496fb85f1 100644
--- a/print/gutenprint-base/Makefile
+++ b/print/gutenprint-base/Makefile
@@ -96,6 +96,9 @@ post-patch:
.if ${SLAVE_PORT}=="no" || ${GUT_SLAVE}!="cups"
@${REINPLACE_CMD} -e 's|cups ||' ${WRKSRC}/src/Makefile.in
.endif
+.if ${SLAVE_PORT}=="yes"
+ @${REINPLACE_CMD} -e 's|= escputil.1|= |' ${WRKSRC}/man/Makefile.in
+.endif
@${REINPLACE_CMD} -e 's|%%GUTENPRINTUI2_LIBS%%|${GUTENPRINTUI2_LIBS}|' \
${WRKSRC}/src/gimp2/Makefile.in
@${REINPLACE_CMD} -e 's|$$libdir/gimp/1.2/plug-ins||g' \