diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:31:47 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:31:47 +0000 |
commit | 1ccce535394054cb65bd263473b89b3f24775a82 (patch) | |
tree | e18de7e3b9c1d345030fb4888d3ef2ebfc7c9c5e | |
parent | 95e70819761ed898d6a4ea9874d4bd43a5491f3e (diff) |
Notes
-rw-r--r-- | archivers/liborange/Makefile | 1 | ||||
-rw-r--r-- | astro/viking/Makefile | 1 | ||||
-rw-r--r-- | chinese/cconv/Makefile | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index cbb0787e3248..4a1904874288 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 diff --git a/astro/viking/Makefile b/astro/viking/Makefile index b9ffcd834610..eae980af1904 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel USES= iconv pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -USE_ICONV= yes USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender USE_GNOME= desktopfileutils gnomedocutils gtk20 diff --git a/chinese/cconv/Makefile b/chinese/cconv/Makefile index 53cdc998ff9f..dfc6749ac77e 100644 --- a/chinese/cconv/Makefile +++ b/chinese/cconv/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplified-Traditional Chinese conversion tool GNU_CONFIGURE= yes -USE_ICONV= yes +USES= iconv USE_LDCONFIG= yes post-patch: |