svn commit: r324218 - head/science/meep

Andrej Zverev az at FreeBSD.org
Sun Aug 4 07:13:09 UTC 2013


Author: az
Date: Sun Aug  4 07:13:08 2013
New Revision: 324218
URL: http://svnweb.freebsd.org/changeset/ports/324218

Log:
  - Fix double usage of USES

Modified:
  head/science/meep/Makefile

Modified: head/science/meep/Makefile
==============================================================================
--- head/science/meep/Makefile	Sun Aug  4 06:47:58 2013	(r324217)
+++ head/science/meep/Makefile	Sun Aug  4 07:13:08 2013	(r324218)
@@ -21,10 +21,9 @@ RUN_DEPENDS+=	harminv:${PORTSDIR}/scienc
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix
 USE_FORTRAN=	yes
 USE_GCC=	4.6+
-USES=		gettext iconv
+USES=		gettext iconv pathfix
 USE_AUTOTOOLS+=	libltdl
 CPPFLAGS+=	-I${LOCALBASE}/include
 LD_LIBRARY_PATH=	-L${LOCALBASE}/lib -L/usr/lib


More information about the svn-ports-all mailing list