summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-23 21:22:43 +0000
committerantoine <antoine@FreeBSD.org>2014-08-23 21:22:43 +0000
commit78e9b7e4ad723f072870370cd30a32ee123d97ab (patch)
tree9e906ad5603c48c20ef6dc25aab7a83426439c7d
parentedef9b806d6a8eedbabdff1bdb7277f4ec002f1f (diff)
downloadFreeBSD-ports-78e9b7e4ad723f072870370cd30a32ee123d97ab.zip
FreeBSD-ports-78e9b7e4ad723f072870370cd30a32ee123d97ab.tar.gz
Fix make fetch
Reported by: pkg-fallout With hat: portmgr
-rw-r--r--lang/sr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sr/Makefile b/lang/sr/Makefile
index 28e4a5d..f98229c 100644
--- a/lang/sr/Makefile
+++ b/lang/sr/Makefile
@@ -11,7 +11,7 @@ DISTNAME= sr${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel language from the University of Arizona
-USES= gmake # required to support parallel (-jX) builds tar:Z
+USES= gmake tar:Z # required to support parallel (-jX) builds
HAS_CONFIGURE= yes
CONFIGURE_ARGS= prefix
CONFIGURE_ENV= PREFIX="${PREFIX}"
OpenPOWER on IntegriCloud