diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-09-26 16:28:48 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-09-26 16:28:48 +0000 |
commit | 9ba9c9801c05ac327b169a453b46ca205bc3cf91 (patch) | |
tree | 4daa240f6aa5185ff85bccaad4de10c22d31e23b /print/pips800/Makefile.pips | |
parent | 8d307e831d54e9d913a75c7e4c67e592261350e5 (diff) | |
download | ports-9ba9c9801c05ac327b169a453b46ca205bc3cf91.tar.gz ports-9ba9c9801c05ac327b169a453b46ca205bc3cf91.zip |
Notes
Diffstat (limited to 'print/pips800/Makefile.pips')
-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 79a0bb185d80..e009753937f0 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 |