diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:41:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:41:36 +0800 |
commit | 7ad4cab78e0d1302ad2cca2841bab7fbf14f207f (patch) | |
tree | 152edc25cfed24417bdcd9fd3c76b822d11e3495 | |
parent | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (diff) | |
download | freebsd-ports-gnome-7ad4cab78e0d1302ad2cca2841bab7fbf14f207f.tar.gz freebsd-ports-gnome-7ad4cab78e0d1302ad2cca2841bab7fbf14f207f.tar.zst freebsd-ports-gnome-7ad4cab78e0d1302ad2cca2841bab7fbf14f207f.zip |
Fix typo
-rw-r--r-- | audio/ezstream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 3bc12ad6fdf9..5a47ba9d574a 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFAULT= TAGLIB TAGLIB_DESC= TagLib support -USES= iconv pkkgconfig +USES= iconv pkgconfig USE_GNOME= libxml2 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes |