diff options
author | ade <ade@FreeBSD.org> | 2010-10-07 23:21:05 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-07 23:21:05 +0800 |
commit | 2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13 (patch) | |
tree | ba2196e4ee5c8eecd8ae8b698b501075fe06ea33 /cad | |
parent | 3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c (diff) | |
download | freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.tar.gz freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.tar.zst freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.zip |
Migration of BROKEN ports from automake{19,110}->111 which will most
likely need to be looked at as and when they become unbroken.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/tclspice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tclspice/Makefile b/cad/tclspice/Makefile index 095c22b3ab6f..67a211a832ae 100644 --- a/cad/tclspice/Makefile +++ b/cad/tclspice/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= bltwish:${PORTSDIR}/x11-toolkits/blt \ BROKEN= does not compile WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 libtool:22 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:267 libtool:22 AUTOMAKE_ARGS= -c -a USE_GMAKE= yes ALL_TARGET= tcl |