summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-12 20:22:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-12 20:22:33 +0000
commit8e50c6c7dd8f06112b4249a1695f3c58e18ac24a (patch)
tree8095eff786a612f9059050f19e898d7d0835a379 /cad
parentUpdate to 1.7.9 (diff)
Fix build by adding USE_GETOPT_LONG.
Submitted by: maintainer Reported by: bento
Notes
Notes: svn path=/head/; revision=80849
Diffstat (limited to 'cad')
-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" \