mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Fix build.
Pointy hat to: me
This commit is contained in:
parent
1df4da0285
commit
1865760972
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229770
1 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
MAN5= reader.conf.5
|
MAN5= reader.conf.5
|
||||||
MAN8= pcscd.8 update-reader.conf.8
|
MAN8= pcscd.8 update-reader.conf.8
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if !defined(WITHOUT_USB)
|
.if !defined(WITHOUT_USB)
|
||||||
. if ${OSVERSION} < 800069
|
. if ${OSVERSION} < 800069
|
||||||
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
|
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
|
||||||
|
@ -79,4 +81,4 @@ post-install:
|
||||||
${WRKDIR}/pkg-message
|
${WRKDIR}/pkg-message
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue