diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
commit | 65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch) | |
tree | 080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /math/xgfe/Makefile | |
parent | 1596221df99f5031117eaee27e868532becd0048 (diff) | |
download | ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.tar.gz ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.zip |
Notes
Diffstat (limited to 'math/xgfe/Makefile')
-rw-r--r-- | math/xgfe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 6b39a1be8d3f..98741db0da9c 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -3,7 +3,7 @@ # Date created: 24 March 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.5 1998/08/05 09:31:30 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:34 asami Exp $ # DISTNAME= xgfe-2.0 @@ -12,9 +12,9 @@ MASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/ MAINTAINER= mph@freebsd.org -LIB_DEPENDS= qt\\.1\\.3:${PORTSDIR}/x11-toolkits/qt RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +USE_QT= yes USE_X_PREFIX= yes MAKE_ENV= X11BASE=$(X11BASE) PREFIX=$(PREFIX) |