diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-18 07:49:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-18 07:49:03 +0800 |
commit | 0c3d069fa827151c5272abe0fdcc89e5996698e8 (patch) | |
tree | b95dfabad7a3aa277a8c6da2897e1edcc720b006 | |
parent | 52b72f40c2bcf6c781717528ae3a4299d8190942 (diff) | |
download | freebsd-ports-gnome-0c3d069fa827151c5272abe0fdcc89e5996698e8.tar.gz freebsd-ports-gnome-0c3d069fa827151c5272abe0fdcc89e5996698e8.tar.zst freebsd-ports-gnome-0c3d069fa827151c5272abe0fdcc89e5996698e8.zip |
- fix typo s/pythong/python/
Reported by: pav
-rw-r--r-- | www/mod_python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 6b1a1880190d..c473253d99ba 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -17,7 +17,7 @@ MAINTAINER= pgollucci@FreeBSD.org COMMENT= Apache 1.3 module for integrating Python .if defined(PACKAGE_BUILDING) -IGNORE= Requires pythong WITHOUT_THREADS +IGNORE= Requires python WITHOUT_THREADS .endif USE_APACHE= 13 |