diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-23 21:22:43 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-23 21:22:43 +0000 |
commit | 78e9b7e4ad723f072870370cd30a32ee123d97ab (patch) | |
tree | 9e906ad5603c48c20ef6dc25aab7a83426439c7d | |
parent | edef9b806d6a8eedbabdff1bdb7277f4ec002f1f (diff) | |
download | FreeBSD-ports-78e9b7e4ad723f072870370cd30a32ee123d97ab.zip FreeBSD-ports-78e9b7e4ad723f072870370cd30a32ee123d97ab.tar.gz |
Fix make fetch
Reported by: pkg-fallout
With hat: portmgr
-rw-r--r-- | lang/sr/Makefile | 2 |
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}" |