diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-05 01:15:04 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-05 01:15:04 +0800 |
commit | a45fc96e55bc1acec92d210475417f54256ce3d0 (patch) | |
tree | 2cf2164e0856375d36fd8c846c66bc3dc6c00511 /x11/nvidia-driver | |
parent | c50ff4ba2f0e69eb72b12d0188f9f4a95255881f (diff) | |
download | freebsd-ports-gnome-a45fc96e55bc1acec92d210475417f54256ce3d0.tar.gz freebsd-ports-gnome-a45fc96e55bc1acec92d210475417f54256ce3d0.tar.zst freebsd-ports-gnome-a45fc96e55bc1acec92d210475417f54256ce3d0.zip |
Change "USE_FREEBSD_AGP" to "WITH_FREEBSD_AGP"
in the pkg-message
PR: 52942
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r-- | x11/nvidia-driver/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/nvidia-driver/pkg-message b/x11/nvidia-driver/pkg-message index ed2a3a40a0f9..0121a5ff62f6 100644 --- a/x11/nvidia-driver/pkg-message +++ b/x11/nvidia-driver/pkg-message @@ -8,7 +8,7 @@ module, by doing # kldload nvidia -If you compile this package with USE_FREEBSD_AGP=yes, you must load +If you compile this package with WITH_FREEBSD_AGP=yes, you must load the agp.ko kernel module *at boot time* by putting the following line into your /boot/loader.conf: |