4d1aa92952
to NetBSD 6.1) introduce compat61 (and compat61-x11 with it) as a backward compatibility package to NetBSD 7 add compat61* to mk/emulator/netbsd-compat.mk and emulators/Makefile some sort of version for the binary compat packages might have been useful, maybe abusing the DIST_SUBDIR? compat61 is likely to change if/when NetBSD 6.2 is released
11 lines
281 B
Makefile
11 lines
281 B
Makefile
# $NetBSD: options.mk,v 1.1 2015/05/03 15:01:12 spz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.compat61
|
|
PKG_SUPPORTED_OPTIONS= x11
|
|
PKG_SUGGESTED_OPTIONS= x11
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
|
DEPENDS+= compat61-x11>=6.1:../../emulators/compat61-x11
|
|
.endif
|