diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-15 23:59:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-15 23:59:22 +0000 |
commit | 1442800899e4aee5a43ba32deddbe28be79260a6 (patch) | |
tree | fbd6f0885aba82a221e3a7e67ac1c38fc12c0afe | |
parent | 9a9a08151ead9f28a0b8991d5baed9b51e3bf5da (diff) | |
download | pkgsrc-1442800899e4aee5a43ba32deddbe28be79260a6.tar.gz |
Fix dependency.
-rw-r--r-- | x11/libXxf86dga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXxf86dga/Makefile b/x11/libXxf86dga/Makefile index e77105878f5..bcef5225dfc 100644 --- a/x11/libXxf86dga/Makefile +++ b/x11/libXxf86dga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/01/15 23:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/01/15 23:59:22 joerg Exp $ # DISTNAME= libXxf86dga-1.0.2 @@ -26,6 +26,8 @@ PKGCONFIG_OVERRIDE+= xxf86dga.pc.in CONFIGURE_ARGS+= --disable-malloc0returnsnull .endif +BUILDLINK_API_DEPENDS.xf86dgaproto+= xf86dgaproto>=2.0.3 + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" |