diff options
author | ume <ume@FreeBSD.org> | 2004-09-26 16:28:48 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-09-26 16:28:48 +0000 |
commit | b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6 (patch) | |
tree | 8bc547b636f7d1fa9b3a855ed35d6db0b3bb99bf /print/pips800 | |
parent | 238ca6e811b83bf4c505afa8ffc29230d5c1aae2 (diff) | |
download | FreeBSD-ports-b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6.zip FreeBSD-ports-b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6.tar.gz |
fix build on pointyhat.
Approved by: portmgr (kris)
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile.pips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 79a0bb1..e009753 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -280,7 +280,7 @@ post-patch: .endif .if ${PIPS_LEVEL} >= 206 || ${DIST_TYPE} == lpr ${REINPLACE_CMD} -e 's,@CUPS_LIBS@,& -lintl,' \ - -e 's,^INCLUDES = @GTK_CFLAGS@ $$,&$$(INCLTDL),' \ + -e 's;^\(INCLUDES = \{1,2\}\)\(@GTK_CFLAGS@ \)$$;\1$$(INCLTDL) \2;' \ ${WRKSRC}/src/Makefile.in .endif .endif |