diff options
author | mbr <mbr@FreeBSD.org> | 2002-04-25 16:08:18 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-04-25 16:08:18 +0800 |
commit | b86c30680a13b54c27c75268d39602c3fca676fc (patch) | |
tree | cfb558668f7c29a606e571c7634c1afd95b63af2 /editors/openoffice-1.0 | |
parent | 39ef1c6e37407b3d49c8fc2b2e53fdf8ff896c9f (diff) | |
download | freebsd-ports-gnome-b86c30680a13b54c27c75268d39602c3fca676fc.tar.gz freebsd-ports-gnome-b86c30680a13b54c27c75268d39602c3fca676fc.tar.zst freebsd-ports-gnome-b86c30680a13b54c27c75268d39602c3fca676fc.zip |
Check for missing langinfo.h
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index c4e140699ef7..d1114b516ad2 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -65,6 +65,15 @@ pre-extract: @ ${ECHO} @ ${FALSE} .endif +.if !exists(/usr/include/langinfo.h) + @${ECHO} + @${ECHO} langinfo.h is missing ! + @${ECHO} + @${ECHO} Please upgrade to 4.5 STABLE or + @${ECHO} 4.6 RELEASE. + @${ECHO} + @${FALSE} +.endif post-extract: @for file in ${EXTRACT_REST}; do \ |