diff options
-rw-r--r-- | devel/glib20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 21f72b547..cec39e4fa 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -45,7 +45,7 @@ pre-everything:: ${ECHO_CMD} "You are strongly urged to upgrade GNOME according to the steps outlined in:"; \ ${ECHO_CMD} " http://www.freebsd.org/gnome/develfaq.html"; \ ${ECHO_CMD} "If you wish to to continue with this upgrade manually,"; \ - ${ECHO_CMD} "define FORCE_MANUAL_UPGRADE." \ + ${ECHO_CMD} "define FORCE_MANUAL_UPGRADE."; \ exit 1; fi; fi .include <bsd.port.mk> |