svn commit: r486054 - head/math/reduce-psl

Steve Wills swills at FreeBSD.org
Tue Nov 27 19:34:30 UTC 2018


Author: swills
Date: Tue Nov 27 19:34:29 2018
New Revision: 486054
URL: https://svnweb.freebsd.org/changeset/ports/486054

Log:
  math/reduce-psl: pet portlin
  
  Missed in previous commit
  
  PR:		233551
  Pointyhat to:	swills

Modified:
  head/math/reduce-psl/Makefile   (contents, props changed)

Modified: head/math/reduce-psl/Makefile
==============================================================================
--- head/math/reduce-psl/Makefile	Tue Nov 27 19:33:22 2018	(r486053)
+++ head/math/reduce-psl/Makefile	Tue Nov 27 19:34:29 2018	(r486054)
@@ -15,9 +15,10 @@ LICENSE=	BSD2CLAUSE
 
 ONLY_FOR_ARCHS=	amd64 i386
 
+USES=		autoreconf:build libtool gmake ncurses
+
 SFSUBDIR=	snapshot_2018-11-23
 
-USES=		autoreconf:build libtool gmake ncurses
 TARGET_SDIR=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
 CONFIGURE_ARGS=	--build=${TARGET_SDIR}
 WRKSRC=		${WRKDIR}/${DISTNAME}


More information about the svn-ports-all mailing list