diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-28 23:51:08 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-28 23:51:08 +0000 |
commit | 3cbd724897a37a9c512bdf2bc2d1e984a044d85a (patch) | |
tree | ca67b73ddf9bab8a5c112cf4d21508a843e23c81 | |
parent | Fix line breaks conversion. (diff) |
Configure PORTSCOUT to only look for stable versions.
PR: 206827
Submitted by: loic-freebsd@loicp.eu (maintainer)
Notes
Notes:
svn path=/head/; revision=409787
-rw-r--r-- | sysutils/burp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile index 81030b3c7139..37225d1a8f33 100644 --- a/sysutils/burp/Makefile +++ b/sysutils/burp/Makefile @@ -21,6 +21,8 @@ USE_RC_SUBR= burp GNU_CONFIGURE= yes USES= gmake localbase ncurses +PORTSCOUT= limit:^1\.4\. + CONFIGURE_ARGS= --sbindir="${PREFIX}/sbin" \ --sysconfdir=${ETCDIR} \ |