summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-14 17:40:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-14 17:40:33 +0000
commit244c44b45b8426b5ee47776379691c1603d455d5 (patch)
tree7818013f4260c95cf1d43b8905b4a37986ba0072 /print
parentUpdate to 0.4.1. (diff)
- Fix build with qt-33
PR: ports/64218 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=104011
Diffstat (limited to 'print')
-rw-r--r--print/tipograf/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/print/tipograf/Makefile b/print/tipograf/Makefile
index b73cfd8cb194..cfa39932e848 100644
--- a/print/tipograf/Makefile
+++ b/print/tipograf/Makefile
@@ -32,4 +32,9 @@ post-patch:
@${REINPLACE_CMD} -e \
's|-Wall -O0|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in
+pre-build:
+.for file in about.h firststart.h help.h tipograf.h
+ @cd ${WRKSRC}/src && ${RM} -f ${file} && ${GMAKE} ${file}
+.endfor
+
.include <bsd.port.mk>