diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:24:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:24:19 +0800 |
commit | 66e219659186912d9150a362b91313a75783dde5 (patch) | |
tree | 0af19a15b7415802c1fec3a22e61141cfd54ee3c /converters | |
parent | fb6c5cfab268a5c2ba58968b81ec78bb72881a0e (diff) | |
download | freebsd-ports-graphics-66e219659186912d9150a362b91313a75783dde5.tar.gz freebsd-ports-graphics-66e219659186912d9150a362b91313a75783dde5.tar.zst freebsd-ports-graphics-66e219659186912d9150a362b91313a75783dde5.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 857e4282017..077126e0b99 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -50,11 +50,9 @@ post-patch: ${WRKSRC}/libcharset/configure \ ${WRKSRC}/preload/configure -.include <bsd.port.pre.mk> - .if exists(/usr/include/iconv.h) IGNORE= converters/libiconv should not be used with iconv from base. \ Please fix the port which tries to use it .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |