diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 17:28:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 17:28:16 +0000 |
commit | ab7a35bae8dff5159cd9a887fda3886c4fe13fde (patch) | |
tree | a08f3ed5892d7e71a4287b12fa651d7623df0201 /net-mgmt | |
parent | f9b07b011f09de604709780f8197d4aa31904943 (diff) | |
download | ports-ab7a35bae8dff5159cd9a887fda3886c4fe13fde.tar.gz ports-ab7a35bae8dff5159cd9a887fda3886c4fe13fde.zip |
fix build on -current
PR: 46642
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72232
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/irrtoolset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index 1aedc6f8fbc8..0ec0d91831d8 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 \ |