diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-27 16:24:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-27 16:24:14 +0800 |
commit | 349e2a98c102702cb3248f7b2db77d452e478871 (patch) | |
tree | 022ae460d81b1994a4fe508c5482c7b4e0640962 /audio/gvolwheel/Makefile | |
parent | bf03195b1056c1946ae3e6817654c55de6ba4e9f (diff) | |
download | freebsd-ports-gnome-349e2a98c102702cb3248f7b2db77d452e478871.tar.gz freebsd-ports-gnome-349e2a98c102702cb3248f7b2db77d452e478871.tar.zst freebsd-ports-gnome-349e2a98c102702cb3248f7b2db77d452e478871.zip |
Fix typo in USES
While here convert USE_ICONV -> USES=iconv
Diffstat (limited to 'audio/gvolwheel/Makefile')
-rw-r--r-- | audio/gvolwheel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gvolwheel/Makefile b/audio/gvolwheel/Makefile index 4ad3a4c4bb6f..bdd4afb25ec8 100644 --- a/audio/gvolwheel/Makefile +++ b/audio/gvolwheel/Makefile @@ -15,10 +15,9 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool CONFIGURE_ARGS+=--enable-oss GNU_CONFIGURE= yes -USEs= pkgconfig pathfix +USES= pkgconfig pathfix iconv USE_GMAKE= yes USE_GNOME= gtk30 -USE_ICONV= yes OPTIONS_DEFINE= NLS NLS_DESC= Native language support |