diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:59:48 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:59:48 +0800 |
commit | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (patch) | |
tree | 651f2b79921e203f1365c51010104193bf80a7b5 /x11-drivers | |
parent | 24a8b3e695e3d2e346a7d73a4de7c6e5f272702e (diff) | |
download | freebsd-ports-gnome-b1e8459a6f10a8f6d8c7d13ce7ca823e79130887.tar.gz freebsd-ports-gnome-b1e8459a6f10a8f6d8c7d13ce7ca823e79130887.tar.zst freebsd-ports-gnome-b1e8459a6f10a8f6d8c7d13ce7ca823e79130887.zip |
Deprecate ports broken for FreeBSD 10.3-
Sponsored by: Absolight
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/drm-kmod/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/drm-kmod/Makefile b/x11-drivers/drm-kmod/Makefile index 4c08b8d72085..47f36813a3e9 100644 --- a/x11-drivers/drm-kmod/Makefile +++ b/x11-drivers/drm-kmod/Makefile @@ -12,6 +12,10 @@ COMMENT= FreeBSD 9.3 Kernel DRM driver LICENSE= MIT +IGNORE= this port is only for 9.3 systems +DEPRECATED= ${IGNORE} +EXPIRATION_DATE= 2017-01-15 + USES= kmod uidfix tar:xz ONLY_FOR_ARCHS= i386 amd64 @@ -21,10 +25,6 @@ PLIST_FILES= ${KMODDIR}/drm2_port.ko \ .include <bsd.port.options.mk> -.if (${OSVERSION} < 903000 || ${OSVERSION} > 1000000) -IGNORE= this port is only for 9.3 systems -.endif - .if ${PORT_OPTIONS:MDEBUG} MAKE_ARGS+=" HAVE_DEBUG=YES" .endif |