diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-06 18:25:53 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-06 18:25:53 +0000 |
commit | 1c0b47dae7a400ee42a27d02496a4b7f805aa765 (patch) | |
tree | 25378b96b43c99a6644a9ebb38da191d3439f0aa /sysutils/scanbuttond | |
parent | 79861d5a2e672b80f75cdd9dd2effba6744fccc5 (diff) | |
download | ports-1c0b47dae7a400ee42a27d02496a4b7f805aa765.tar.gz ports-1c0b47dae7a400ee42a27d02496a4b7f805aa765.zip |
Notes
Diffstat (limited to 'sysutils/scanbuttond')
-rw-r--r-- | sysutils/scanbuttond/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/scanbuttond/Makefile b/sysutils/scanbuttond/Makefile index 02dc44f2eb73..0bc25367b41f 100644 --- a/sysutils/scanbuttond/Makefile +++ b/sysutils/scanbuttond/Makefile @@ -16,6 +16,8 @@ COMMENT= A daemon to monitor and configure modern scanner's buttons LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb +USE_GCC= 3.3+ +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -27,7 +29,7 @@ SUB_FILES+= pkg-message .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= does not build +#BROKEN= does not build .endif pre-configure: |