diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-03-12 10:55:45 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-03-12 10:55:45 +0000 |
commit | 2e11131ab21543c380f5242efc059e3581386003 (patch) | |
tree | 66443f84b5f6e168764515420678d3a317e1fd62 /devel/libpci | |
parent | 5367ed2672a281dd01430cbb6217a5b35045b772 (diff) |
- Force users to rebuild libpci after ABI issues fix
Pointed by: avg@
Notes
Notes:
svn path=/head/; revision=250954
Diffstat (limited to 'devel/libpci')
-rw-r--r-- | devel/libpci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile index 232f7c3d3b49..3df6237cad8c 100644 --- a/devel/libpci/Makefile +++ b/devel/libpci/Makefile @@ -7,6 +7,7 @@ PORTNAME= libpci PORTVERSION= 3.1.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ ${MASTER_SITE_KERNEL_ORG} \ |