diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-12 20:22:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-12 20:22:33 +0000 |
commit | 8e50c6c7dd8f06112b4249a1695f3c58e18ac24a (patch) | |
tree | 8095eff786a612f9059050f19e898d7d0835a379 | |
parent | Update 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
-rw-r--r-- | cad/geda-utils/Makefile | 2 |
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" \ |