aboutsummaryrefslogtreecommitdiff
path: root/graphics/libcaca
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-04-10 20:23:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-04-10 20:23:55 +0000
commite556a5c513f2690c19cf2e59d9ef752f9eb36343 (patch)
treef8603d611414a9abbd3dfdd6fa59c8fc7fb9a941 /graphics/libcaca
parentddefc8fbf229a4bd72a7ebecb4c30665c62baf01 (diff)
downloadports-e556a5c513f2690c19cf2e59d9ef752f9eb36343.tar.gz
ports-e556a5c513f2690c19cf2e59d9ef752f9eb36343.zip
add --disable-python to configure script, to avoid python to be autodetected and installation failure because of it
do not bump portrevision as the package is unchange Reported by: Jürgen Galonska <caligula@primamail.de> (private mail)
Notes
Notes: svn path=/head/; revision=294563
Diffstat (limited to 'graphics/libcaca')
-rw-r--r--graphics/libcaca/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index 1566518e71eb..a652200502b4 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -20,7 +20,8 @@ CONFIGURE_ARGS= --disable-doc \
--enable-ncurses \
--disable-java \
--disable-csharp \
- --disable-ruby
+ --disable-ruby \
+ --disable-python
DOCS= AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \
NOTES README THANKS