diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
commit | 7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /ports-mgmt | |
parent | b3175cfda759707ed077a4649b634cad8934eb1b (diff) | |
download | ports-7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae.tar.gz ports-7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Notes
Notes:
svn path=/head/; revision=399346
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/dialog4ports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile index 3735021ae95a..18d7e33863d3 100644 --- a/ports-mgmt/dialog4ports/Makefile +++ b/ports-mgmt/dialog4ports/Makefile @@ -41,7 +41,7 @@ MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}" DIALOG4PORTS= ${WRKSRC}/dialog4ports .endif -.if ${OSVERSION} < 900030 || defined(D4P_SLAVE) +.if defined(D4P_SLAVE) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DIALOGNAME}.tgz:dialog DIALOGNAME= dialog-1.1-20120706 |