diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-19 10:39:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-19 10:39:58 +0000 |
commit | 121377cadd3474ca830f5bbd10b6fbfb1a696ef8 (patch) | |
tree | ed6f91100ba3e5f7cadbbbd7c7c98c8efc3adcd3 /x11-toolkits/xview-clients | |
parent | 704dde4b23d4a2c5506843ef418a2720086dc12c (diff) |
Set USE_X11 instead of defining PREFIX explicitly. Among other things,
this will avoid calling of mtree.
Notes
Notes:
svn path=/head/; revision=1789
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 37d738553f97..598ce9a3332d 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.7 1995/04/25 04:47:41 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/03 02:22:33 asami Exp $ # DISTNAME= xview-clients @@ -14,8 +14,7 @@ DEPENDS= ${PORTSDIR}/x11/xview-lib WRKSRC= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients NO_WRKDIR= yes NO_EXTRACT= yes -PREFIX= ${X11BASE} -#USE_IMAKE= yes +USE_X11= yes do-fetch: |