diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-05 08:29:35 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-05 08:29:35 +0000 |
commit | d0be1c5eed9ce43e9f9dc54a5f028d15113207d2 (patch) | |
tree | 070d2c639d0ba8658a60d9880da5e3f879f82e4e /cad/qucs | |
parent | 0bbd5ce1a12f713a1682d19a340430a8193800cd (diff) | |
download | FreeBSD-ports-d0be1c5eed9ce43e9f9dc54a5f028d15113207d2.zip FreeBSD-ports-d0be1c5eed9ce43e9f9dc54a5f028d15113207d2.tar.gz |
- Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'cad/qucs')
-rw-r--r-- | cad/qucs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/qucs/Makefile b/cad/qucs/Makefile index 6f3fb36..675f92c 100644 --- a/cad/qucs/Makefile +++ b/cad/qucs/Makefile @@ -18,6 +18,7 @@ USE_QT_VER= 3 USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= QTDIR="${X11BASE}" MAN1= qucs.1 qucsator.1 qucsattenuator.1 qucsconv.1 qucsdigi.1 \ qucsedit.1 qucsfilter.1 qucshelp.1 qucslib.1 qucstrans.1 |