diff options
-rw-r--r-- | cad/libgeda/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index a1e1cad73a65..bf356896fe67 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -17,10 +17,8 @@ MAINTAINER= bruno@tinkerbox.org LIB_DEPENDS= gdgeda.4:${PORTSDIR}/graphics/libgdgeda \ guile.10:${PORTSDIR}/lang/guile -USE_LIBTOOL= yes -USE_AUTOCONF= yes - -AUTOCONF= autoconf +USE_LIBTOOL= yes +USE_AUTOCONF_VER= 253 USE_GNOMENG= yes USE_GNOME= gtk12 |