diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-09-28 08:56:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-09-28 08:56:43 +0000 |
commit | c9fffa179ed8cad3bda61aaeeeb93e5fc8671773 (patch) | |
tree | a1a14a1891cc07ed08e41b5284e1e021476e2038 /devel/libpci/Makefile | |
parent | a7cd4eef7d60107ac8280f7306c71211503f20f9 (diff) | |
download | ports-c9fffa179ed8cad3bda61aaeeeb93e5fc8671773.tar.gz ports-c9fffa179ed8cad3bda61aaeeeb93e5fc8671773.zip |
Notes
Diffstat (limited to 'devel/libpci/Makefile')
-rw-r--r-- | devel/libpci/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile index f97d43a8c959..cd4bddef3d27 100644 --- a/devel/libpci/Makefile +++ b/devel/libpci/Makefile @@ -7,7 +7,7 @@ PORTNAME= libpci PORTVERSION= 3.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ ${MASTER_SITE_KERNEL_ORG} \ @@ -18,6 +18,8 @@ DISTNAME= pciutils-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PCI configuration space I/O made easy +RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids + ALL_TARGET= lib/libpci.a MAKE_ENV= LANG=C USE_GMAKE= yes |