diff options
author | marcus <marcus@FreeBSD.org> | 2009-07-06 01:52:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-07-06 01:52:54 +0800 |
commit | 23fb3a5fad95fdb32b270883f0d016a7f515076d (patch) | |
tree | 4c595770599ce6e64046f8f0c12efeb212e3229c /www | |
parent | 1993f076943780a929e612a1b40f9c3f7526a9c1 (diff) | |
download | freebsd-ports-gnome-23fb3a5fad95fdb32b270883f0d016a7f515076d.tar.gz freebsd-ports-gnome-23fb3a5fad95fdb32b270883f0d016a7f515076d.tar.zst freebsd-ports-gnome-23fb3a5fad95fdb32b270883f0d016a7f515076d.zip |
Correct a stupid typo.
Reported by: QAT
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 4984e571bef9..6d0d45b1e3cf 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ENV+=gecko_cv_xpcom_program_check="yes" PLIST_SUB+= GECKO19="" .else PLUGIN_SYMLINK= 18 -PLIST_SUB+= GECKO10="@comment " +PLIST_SUB+= GECKO19="@comment " .endif NO_WERROR= yes |