freebsd-ports/devel/libpciaccess/Makefile
Robert Noland 87cc141117 Some drivers depend on pci chip revision id to function properly. We
had the info, but we weren't populating the field.  Do that now.

This fixes at least mga, possibly other drivers.

Reported by:	Mark Knight <markk@knigma.org>
Tested by:	Mark Knight <markk@knigma.org>,
		Warren Block <wblock@wonkity.com>
2009-01-29 18:50:48 +00:00

24 lines
566 B
Makefile

# New ports collection makefile for: libpciaccess
# Date Created: May 11 2008
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libpciaccess
PORTVERSION= 0.10.5
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
COMMENT= Generic PCI access library
BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
# XXX - Is it a runtime dep too?
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids
XORG_CAT= lib
.include <bsd.port.mk>