svn commit: r363384 - head/finance/opentaxsolver

Antoine Brodin antoine at FreeBSD.org
Tue Jul 29 20:02:26 UTC 2014


Author: antoine
Date: Tue Jul 29 20:02:25 2014
New Revision: 363384
URL: http://svnweb.freebsd.org/changeset/ports/363384
QAT: https://qat.redports.org/buildarchive/r363384/

Log:
  Fix make fetch
  
  With hat:	portmgr

Modified:
  head/finance/opentaxsolver/Makefile

Modified: head/finance/opentaxsolver/Makefile
==============================================================================
--- head/finance/opentaxsolver/Makefile	Tue Jul 29 19:59:58 2014	(r363383)
+++ head/finance/opentaxsolver/Makefile	Tue Jul 29 20:02:25 2014	(r363384)
@@ -9,6 +9,7 @@ DISTNAME=	${UPPORTNAME}${TAXYEAR}_${PORT
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	US tax prep software
 
+USES=		tar:tgz
 PLIST=		${WRKDIR}/pkg-plist
 SUB_FILES=	pkg-plist
 SUB_LIST=	TAXYEAR=${TAXYEAR}
@@ -18,7 +19,7 @@ UPPORTNAME=	OpenTaxSolver
 .if !defined(WITHOUT_X11)
 USE_GL=		yes
 USE_XORG=	xmu xext x11
-USES=		pkgconfig tar:tgz
+USES+=		pkgconfig
 CPPFLAGS+=	$$(pkg-config --cflags-only-I glu xext xmu)
 LDFLAGS+=	$$(pkg-config --libs-only-L glu xext xmu)
 SUB_LIST+=	X11=


More information about the svn-ports-all mailing list