don't create cups dirs if port is not gutenprint-cups
This commit is contained in:
parent
0dce76ecd8
commit
d6b6169f8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189375
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ CONFIGURE_ARGS+= --with-user-guide=no
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
.if ${SLAVE_PORT}=="no" || ${GUT_SLAVE}!="cups"
|
||||
@${REINPLACE_CMD} -e 's|cups ||' ${WRKSRC}/src/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' \
|
||||
|
|
Loading…
Reference in a new issue