diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-02 17:28:16 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-02 17:28:16 +0000 |
commit | 4e5984257ec8e147893a9cffaecff1dc26cd319f (patch) | |
tree | 6dd6968309d558ef436d2622f994bb1c0fff1569 | |
parent | 81f5716dbc8c3136c7b2fce911251228932c8ac7 (diff) | |
download | FreeBSD-ports-4e5984257ec8e147893a9cffaecff1dc26cd319f.zip FreeBSD-ports-4e5984257ec8e147893a9cffaecff1dc26cd319f.tar.gz |
fix build on -current
PR: 46642
Submitted by: maintainer
-rw-r--r-- | net-mgmt/irrtoolset/Makefile | 1 | ||||
-rw-r--r-- | net/irrtoolset/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index 1aedc6f..0ec0d91 100644 --- a/net-mgmt/irrtoolset/Makefile +++ b/net-mgmt/irrtoolset/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_BISON= yes USE_GMAKE= yes +USE_GCC= 2.95 GNU_CONFIGURE= Yes CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.3:${PREFIX}/include/tk8.3" \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ diff --git a/net/irrtoolset/Makefile b/net/irrtoolset/Makefile index 1aedc6f..0ec0d91 100644 --- a/net/irrtoolset/Makefile +++ b/net/irrtoolset/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_BISON= yes USE_GMAKE= yes +USE_GCC= 2.95 GNU_CONFIGURE= Yes CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.3:${PREFIX}/include/tk8.3" \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ |