diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-09 06:34:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-09 06:34:55 +0800 |
commit | 5f4f8328fd4b6bae6c9016016dc482ca1e8b2f43 (patch) | |
tree | 7125722df93c1ecaf7cf1b8f8dcb6fe8c83298f6 /converters | |
parent | d23bf2679ab628266322a666d953597401041f88 (diff) | |
download | freebsd-ports-gnome-5f4f8328fd4b6bae6c9016016dc482ca1e8b2f43.tar.gz freebsd-ports-gnome-5f4f8328fd4b6bae6c9016016dc482ca1e8b2f43.tar.zst freebsd-ports-gnome-5f4f8328fd4b6bae6c9016016dc482ca1e8b2f43.zip |
Back out my previous commit, which was in error.
Noticed by: marcus
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index c2f75a272798..7ecb8c13d9a6 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -21,11 +21,6 @@ MANCOMPRESSED= yes MAN1= biconv.1 MAN3= biconv.3 biconv_open.3 biconv_close.3 -.ifdef USE_ICONV -.error USE_ICONV is defined as an environment variable, or in the arguments \ - to "make". Please unset it and restart the build. -.endif - .if defined(NOPROFILE) PLIST_SUB= PROFILE:="@comment " .else |