diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-10-06 10:57:09 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-10-06 10:57:09 +0000 |
commit | f5491cd4d655c54dafa20ba4d9db6a4088cdd470 (patch) | |
tree | 2215a488213269adc31d3a6dd677a3eaa67a4c12 /multimedia | |
parent | 72ae5b1a3992e6f56b49ef16b9ab96419ef48a28 (diff) | |
download | ports-f5491cd4d655c54dafa20ba4d9db6a4088cdd470.tar.gz ports-f5491cd4d655c54dafa20ba4d9db6a4088cdd470.zip |
- Fix typo
Approved by: nemysis <nemysis at gmx.ch> (maintainer)
Notes
Notes:
svn path=/head/; revision=305355
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/freetuxtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/freetuxtv/Makefile b/multimedia/freetuxtv/Makefile index 80f26bef1759..c4dce039c98c 100644 --- a/multimedia/freetuxtv/Makefile +++ b/multimedia/freetuxtv/Makefile @@ -2,6 +2,7 @@ PORTNAME= freetuxtv PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE @@ -29,7 +30,7 @@ USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PKGCONF= build +USE_PKGCONFIG= build USE_ICONV= yes INSTALLS_ICONS= yes |