mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on 4.x
Submitted by: maintainer
This commit is contained in:
parent
aef37ee3ee
commit
20c212aa87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169216
1 changed files with 2 additions and 9 deletions
|
@ -18,9 +18,8 @@ LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME= pkgconfig
|
USE_GNOME= pkgconfig gnomehack
|
||||||
|
|
||||||
PORTDOCS= COPYING.LIB ChangeLog README
|
PORTDOCS= COPYING.LIB ChangeLog README
|
||||||
PLIST_FILES= bin/libftdi-config \
|
PLIST_FILES= bin/libftdi-config \
|
||||||
|
@ -39,10 +38,4 @@ post-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} < 500000
|
|
||||||
IGNORE= doesn't install on FreeBSD 4.x
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue