aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/scanbuttond
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-06-07 02:25:53 +0800
committeritetcu <itetcu@FreeBSD.org>2006-06-07 02:25:53 +0800
commit0e5a2216b7370777300bfc2fd1687bd0b7f2e413 (patch)
treef8394a582a19ed2f0e42bc0e7440a1b53b97f6d6 /sysutils/scanbuttond
parent1ba24c1a1bdfea5fa497e2b5e686910c66fde436 (diff)
downloadfreebsd-ports-gnome-0e5a2216b7370777300bfc2fd1687bd0b7f2e413.tar.gz
freebsd-ports-gnome-0e5a2216b7370777300bfc2fd1687bd0b7f2e413.tar.zst
freebsd-ports-gnome-0e5a2216b7370777300bfc2fd1687bd0b7f2e413.zip
Fix build on 4.x:
- USE_GCC= 3.3+ - USE_GETOPT_LONG
Diffstat (limited to 'sysutils/scanbuttond')
-rw-r--r--sysutils/scanbuttond/Makefile4
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: