diff options
author | snj <snj> | 2010-03-08 20:39:50 +0000 |
---|---|---|
committer | snj <snj> | 2010-03-08 20:39:50 +0000 |
commit | 610b5b01a567bae2d405b5ac05786e2ec2e95a5b (patch) | |
tree | ce44be8242b17430d6682f33d8c076d1c4e3a8b8 | |
parent | f1b5330e636556e5728a552a69aa8679942b3f52 (diff) | |
download | pkgsrc-610b5b01a567bae2d405b5ac05786e2ec2e95a5b.tar.gz |
This needs zlib. Bump PKGREVISION to 1.
-rw-r--r-- | x11/xf86-video-radeonhd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xf86-video-radeonhd/Makefile b/x11/xf86-video-radeonhd/Makefile index a06f53cefa1..cd4386314ed 100644 --- a/x11/xf86-video-radeonhd/Makefile +++ b/x11/xf86-video-radeonhd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/10/14 18:50:20 hasso Exp $ -# +# $NetBSD: Makefile,v 1.16 2010/03/08 20:39:50 snj Exp $ DISTNAME= xf86-video-radeonhd-1.3.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 @@ -19,6 +19,7 @@ USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_atombios_h=yes CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_Decoder_h=yes +.include "../../devel/zlib/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../x11/randrproto/buildlink3.mk" |