aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-05-13 04:22:33 +0800
committermarcus <marcus@FreeBSD.org>2003-05-13 04:22:33 +0800
commitf45ce7a5662f24cdffc678f9f0b306d881ac6659 (patch)
tree543cfa5ae8c64ad8fef42ed74f58807a64da64df
parentaf30ec9581b9f2d0edfa8490c30ddaacc259c7b3 (diff)
downloadfreebsd-ports-gnome-f45ce7a5662f24cdffc678f9f0b306d881ac6659.tar.gz
freebsd-ports-gnome-f45ce7a5662f24cdffc678f9f0b306d881ac6659.tar.zst
freebsd-ports-gnome-f45ce7a5662f24cdffc678f9f0b306d881ac6659.zip
Fix build by adding USE_GETOPT_LONG.
Submitted by: maintainer Reported by: bento
-rw-r--r--cad/geda-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index ce1b136cbf75..f6912b646610 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \
guile.15:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
-
+USE_GETOPT_LONG=yes
AUTOCONF= autoconf
USE_GNOME= gtk12
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \