summaryrefslogtreecommitdiff
path: root/x11/nvidia-driver
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-10-21 21:35:04 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-10-21 21:35:04 +0000
commit9cb337fac807fec20948a2381beddd96ec78b9c4 (patch)
tree75d41378b654a35b253af33acda34f7180c75478 /x11/nvidia-driver
parentMake sure we don't add ${WRKDIR}. (diff)
- Drop nowadays useless and unsupported OPTION
- Give a hint in Makefile header about this port being master
Notes
Notes: svn path=/head/; revision=221884
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r--x11/nvidia-driver/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile
index 848ab5943423..89cd5f1cca1e 100644
--- a/x11/nvidia-driver/Makefile
+++ b/x11/nvidia-driver/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: nvidia-driver
+# New ports collection makefile for: nvidia-driver (latest and master port)
# Date created: 4 December 2002
# Whom: Stijn Hoop <stijn@win.tue.nl>
#
@@ -27,7 +27,6 @@ MODULESDIR= lib/xorg/modules
PORTDOCS= *
OPTIONS= FREEBSD_AGP "Use FreeBSD AGP GART driver" off \
- VM86_INT10CALL "Use VM86 interface for video BIOS calls" off \
ACPI "Enable support for ACPI Power Management" off \
LINUX "Build with support for Linux compatibility" on
@@ -90,10 +89,6 @@ post-patch: .SILENT
${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_OS_AGP)/define \1/' \
${WRKSRC}/src/nv-freebsd.h
.endif
-.if defined(WITH_VM86_INT10CALL)
- ${REINPLACE_CMD} -E 's/undef (NV_USE_OS_VM86_INT10CALL)/define \1/' \
- ${WRKSRC}/src/nv-freebsd.h
-.endif
.if defined(WITH_ACPI)
${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_ACPI_PM)/define \1/' \
${WRKSRC}/src/nv-freebsd.h