diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-12 20:22:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-12 20:22:33 +0000 |
commit | f45ce7a5662f24cdffc678f9f0b306d881ac6659 (patch) | |
tree | 543cfa5ae8c64ad8fef42ed74f58807a64da64df /cad | |
parent | af30ec9581b9f2d0edfa8490c30ddaacc259c7b3 (diff) | |
download | FreeBSD-ports-f45ce7a5662f24cdffc678f9f0b306d881ac6659.zip FreeBSD-ports-f45ce7a5662f24cdffc678f9f0b306d881ac6659.tar.gz |
Fix build by adding USE_GETOPT_LONG.
Submitted by: maintainer
Reported by: bento
Diffstat (limited to 'cad')
-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 ce1b136..f6912b6 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" \ |