summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-29 20:02:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-29 20:02:25 +0000
commit432daa3018477f7c37a3f69b32174b59207b4578 (patch)
treea0c1b84e5802edc97b95c348b7fba55566f9f349 /finance
parentFix make fetch (diff)
Fix make fetch
With hat: portmgr
Notes
Notes: svn path=/head/; revision=363384
Diffstat (limited to 'finance')
-rw-r--r--finance/opentaxsolver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/opentaxsolver/Makefile b/finance/opentaxsolver/Makefile
index 7fe7bd87063a..fb9c9c320ee0 100644
--- a/finance/opentaxsolver/Makefile
+++ b/finance/opentaxsolver/Makefile
@@ -9,6 +9,7 @@ DISTNAME= ${UPPORTNAME}${TAXYEAR}_${PORTVERSION}
MAINTAINER= ports@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=