diff options
author | mrauch <mrauch@pkgsrc.org> | 2004-05-09 08:25:00 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2004-05-09 08:25:00 +0000 |
commit | 0cdc56dd398d33ddb0032b61cb98a6fcffe103b4 (patch) | |
tree | 10bb1ff285c90bbb179fb0ac905210c2757474c1 /misc/openoffice/Makefile | |
parent | 006a0b17374823d64268d46a70b5f7dfe1f36e29 (diff) | |
download | pkgsrc-0cdc56dd398d33ddb0032b61cb98a6fcffe103b4.tar.gz |
Add a message that the gtk warning is harmless.
Suggested by Hubert Feyrer in private mail.
Diffstat (limited to 'misc/openoffice/Makefile')
-rw-r--r-- | misc/openoffice/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index ceb285dfc93..13aafb22618 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/05/07 15:25:13 cjep Exp $ +# $NetBSD: Makefile,v 1.48 2004/05/09 08:25:00 mrauch Exp $ DISTNAME= openoffice-1.1.1 CATEGORIES= misc @@ -70,6 +70,10 @@ post-extract: do-build: ${_ULIMIT_CMD} tcsh -c "setenv PTHREAD_DIAGASSERT Ael && cd ${WRKSRC}/.. && ./bootstrap && source *.Set && dmake" +post-build: + @${ECHO_MSG} "Please ignore the warning above that the project gtk" + @${ECHO_MSG} "could not be found. Your build completed successfully." + pre-install: ${CP} ${WRKSRC}/../instsetoo/unxbsdi2.pro/01/normal/setup.ins \ ${WRKSRC}/../instsetoo/unxbsdi2.pro/01/normal/setup.ins.orig |