=================================================================== RCS file: /cvs/ports/cad/qucs/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/cad/qucs/Attic/Makefile 2009/12/21 23:29:40 1.2 +++ ports/cad/qucs/Attic/Makefile 2010/10/26 04:58:21 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/12/21 23:29:40 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/26 03:58:21 yason Exp $ COMMENT = integrated circuit simulator @@ -22,11 +22,12 @@ MODULES = x11/qt3 -USE_X11 = Yes USE_GMAKE = Yes CONFIGURE_STYLE = gnu +#AUTOCONF_VERSION = 2.62 CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" +# QT_INCLUDES="-I${LOCALBASE}/include/X11/qt3" NO_REGRESS = Yes