diff options
author | mva <mva@FreeBSD.org> | 2013-04-28 02:31:47 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-28 02:31:47 +0800 |
commit | 77fde0b503f8e94e60aba504dfa1a23d0b048921 (patch) | |
tree | e18de7e3b9c1d345030fb4888d3ef2ebfc7c9c5e /archivers | |
parent | a99e7e687dd8959b456b245eeaafe101878e92d8 (diff) | |
download | freebsd-ports-graphics-77fde0b503f8e94e60aba504dfa1a23d0b048921.tar.gz freebsd-ports-graphics-77fde0b503f8e94e60aba504dfa1a23d0b048921.tar.zst freebsd-ports-graphics-77fde0b503f8e94e60aba504dfa1a23d0b048921.zip |
- Fix USE_ICONV leftovers missed in the previous update
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liborange/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index cbb0787e324..4a190487428 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -26,7 +26,6 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USES= iconv pathfix pkgconfig -USE_ICONV= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes |