diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-02 18:16:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-02 18:16:38 +0000 |
commit | 45427283966c5cda108a83da7a2f2537a9727b2a (patch) | |
tree | d61c97b236b6cded745a049d0c0b15f1a2c20933 /x11-drivers/xf86-video-radeonhd/Makefile | |
parent | 556a149cd59ef4e9723f492f4f0189f50c095424 (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index d689e62b4498..42eb14f3758a 100644 --- a/x11-drivers/xf86-video-radeonhd/Makefile +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -6,10 +6,8 @@ # PORTNAME= xf86-video-radeonhd -PORTVERSION= 0.0.2 +PORTVERSION= 1.0.0 CATEGORIES= x11-drivers -# temporarily override MASTER_SITES until the driver is officialy released by X.org -MASTER_SITES= http://home.tiscali.nl/rladan/distfiles/ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org ati RadeonHD display driver @@ -17,4 +15,6 @@ COMMENT= X.Org ati RadeonHD display driver XORG_CAT= driver USE_XORG= videoproto xextproto +MAN4= radeonhd.4x + .include <bsd.port.mk> |