diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-31 23:09:09 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-31 23:09:09 +0800 |
commit | 77b654d16e6c3d2f23af054ad07e9ebb8bd239a7 (patch) | |
tree | eabeafb97d722043b89c2cecf4b4b72e37a157b0 /devel/libftdi | |
parent | 79e5097ef765d6435f517bff93c640eb8aa95456 (diff) | |
download | freebsd-ports-gnome-77b654d16e6c3d2f23af054ad07e9ebb8bd239a7.tar.gz freebsd-ports-gnome-77b654d16e6c3d2f23af054ad07e9ebb8bd239a7.tar.zst freebsd-ports-gnome-77b654d16e6c3d2f23af054ad07e9ebb8bd239a7.zip |
Fix build on 4.x
Submitted by: maintainer
Diffstat (limited to 'devel/libftdi')
-rw-r--r-- | devel/libftdi/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index a6f7d637d7bd..611d20c1a3be 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig gnomehack PORTDOCS= COPYING.LIB ChangeLog README PLIST_FILES= bin/libftdi-config \ @@ -39,10 +38,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= doesn't install on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |