diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-20 07:01:38 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-20 07:01:38 +0000 |
commit | aef5bc1f3d8a50e5593489ba18908ed1c905dd75 (patch) | |
tree | 7799198faef5c00ca014d494a4bed265e9e19313 /cad/xcircuit/Makefile | |
parent | 7eed0577343ec31c17890679e8e3eb19b1c0f1e4 (diff) |
Notes
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index b58b702a8931..4f998717f66a 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 3.1.15 +PORTVERSION= 3.1.18 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ @@ -22,7 +22,10 @@ USE_XPM= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" WISH= ${LOCALBASE}/bin/wish8.4 |