diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-14 17:20:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-14 17:20:16 +0000 |
commit | 2d2b746abbec57d8883d630d4f612929a94338bb (patch) | |
tree | b189b7e279c020ed7e951b364ea4c808c4e5767e | |
parent | Update to 1.9, which fixes error with ruby 1.8 when additional (diff) |
- Remove GNOME 2.4 -> 2.6 upgrade warning. It served it's purpose.
OK'ed by: marcus
Notes
Notes:
svn path=/head/; revision=109147
-rw-r--r-- | devel/glib20/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 63cfdcd107dd..6640bc9325ef 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -39,17 +39,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -pre-everything:: - @${ECHO_CMD} '******************************************' - @${ECHO_CMD} - @${ECHO_CMD} If you have not updated your GNOME ports in the manner outlined in - @${ECHO_CMD} http://www.FreeBSD.org/gnome/docs/faq26.html - @${ECHO_CMD} then you should abort this build immediately and follow the directions - @${ECHO_CMD} outlined in that document. - @${ECHO_CMD} - @${ECHO_CMD} Failure to follow the above directions will result in everything - @${ECHO_CMD} GNOME-related breaking. - @${ECHO_CMD} - @${ECHO_CMD} '******************************************' - .include <bsd.port.mk> |