svn commit: r490524 - head/science/coot

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 17 05:59:39 UTC 2019


Author: yuri
Date: Thu Jan 17 05:59:38 2019
New Revision: 490524
URL: https://svnweb.freebsd.org/changeset/ports/490524

Log:
  science/coot: Remove the unused CONFIGURE_ARGS line
  
  PR:		234737
  Reported by:	tobik

Modified:
  head/science/coot/Makefile

Modified: head/science/coot/Makefile
==============================================================================
--- head/science/coot/Makefile	Thu Jan 17 00:18:29 2019	(r490523)
+++ head/science/coot/Makefile	Thu Jan 17 05:59:38 2019	(r490524)
@@ -28,10 +28,9 @@ LIB_DEPENDS=	libccp4c.so:science/libccp4 \
 		libssm.so:science/libssm
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		desktop-file-utils fortran gettext-runtime gmake libtool localbase:ldflags pkgconfig python:2.7 shebangfix sqlite
+USES=		desktop-file-utils fortran gettext-runtime gl gmake gnome libtool localbase:ldflags pkgconfig python:2.7 shebangfix sqlite
 SHEBANG_FILES=	src/coot.in
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-python
 CONFIGURE_ARGS=	--enable-shared --disable-static
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 libartlgpl2 libgnomecanvas pango pangox-compat
 USE_GL=		gl glu glut


More information about the svn-ports-head mailing list