svn commit: r305538 - head/databases/pgadmin3

Max Khon fjoe at FreeBSD.org
Mon Oct 8 14:56:59 UTC 2012


Author: fjoe
Date: Mon Oct  8 14:56:58 2012
New Revision: 305538
URL: http://svn.freebsd.org/changeset/ports/305538

Log:
  Do not build documentation, even if sphinx-build is installed.

Modified:
  head/databases/pgadmin3/Makefile

Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile	Mon Oct  8 14:22:10 2012	(r305537)
+++ head/databases/pgadmin3/Makefile	Mon Oct  8 14:56:58 2012	(r305538)
@@ -24,7 +24,8 @@ USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"
 CPPFLAGS+=	${PTHREAD_CFLAGS}
-CONFIGURE_ARGS=	--with-wx-version=${USE_WX}
+CONFIGURE_ARGS=	--with-wx-version=${USE_WX}\
+		--without-sphinx-build
 USE_GNOME=	libxml2 libxslt
 USE_WX=		2.8
 WX_COMPS=	wx contrib



More information about the svn-ports-all mailing list