diff options
author | lofi <lofi@FreeBSD.org> | 2005-08-04 07:15:40 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-08-04 07:15:40 +0800 |
commit | 3426a57c23be148b1c65c1be5fce2704d61e4aff (patch) | |
tree | c649508a2529a3ab48ce89953620d0eb3a297dcf /editors/calligra | |
parent | 3f10f7c24d263ef33c8c4041ce16c2f229d13a0e (diff) | |
download | freebsd-ports-gnome-3426a57c23be148b1c65c1be5fce2704d61e4aff.tar.gz freebsd-ports-gnome-3426a57c23be148b1c65c1be5fce2704d61e4aff.tar.zst freebsd-ports-gnome-3426a57c23be148b1c65c1be5fce2704d61e4aff.zip |
Don't try to invoke autoheader during build stage.
Approved by: portmgr (krion)
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 57cef359e12b..135f4b7edc02 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -47,10 +47,8 @@ USE_PYTHON= yes EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp .endif -#post-patch: -# @env TZ=UTC ${TOUCH} -t 200506221316 ${WRKSRC}/subdirs ${WRKSRC}/Makefile.am \ -# ${WRKSRC}/configure.files ${WRKSRC}/configure.in \ -# ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 +post-patch: + @env TZ=UTC ${TOUCH} -t 200507191955.36 ${WRKSRC}/config.h.in post-configure: .if ${OSVERSION} < 500035 |