Index: head/devel/libpciaccess/Makefile =================================================================== --- head/devel/libpciaccess/Makefile (revision 471086) +++ head/devel/libpciaccess/Makefile (revision 471087) @@ -1,18 +1,21 @@ # $FreeBSD$ PORTNAME= libpciaccess PORTVERSION= 0.13.5 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= Generic PCI access library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids -CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids +CONFIGURE_ARGS= --with-pciids-path=${LOCALBASE}/share/pciids XORG_CAT= lib INSTALL_TARGET= install-strip .include Index: head/devel/libpciaccess/pkg-descr =================================================================== --- head/devel/libpciaccess/pkg-descr (revision 471086) +++ head/devel/libpciaccess/pkg-descr (revision 471087) @@ -1,3 +1,3 @@ This package contains the pciaccess library. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/