diff options
author | asami <asami@FreeBSD.org> | 1995-05-19 10:39:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-19 10:39:58 +0000 |
commit | 1af4ed5f60274a03895e1b2521dd08b0437ed4a3 (patch) | |
tree | 7cdde70cf46b5d5085ad336d63a4c475249a0bc9 /x11-toolkits | |
parent | bd3b1189b55b71da751575ca0cd5ff660ea0aaea (diff) | |
download | FreeBSD-ports-1af4ed5f60274a03895e1b2521dd08b0437ed4a3.zip FreeBSD-ports-1af4ed5f60274a03895e1b2521dd08b0437ed4a3.tar.gz |
Set USE_X11 instead of defining PREFIX explicitly. Among other things,
this will avoid calling of mtree.
Diffstat (limited to 'x11-toolkits')
-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 37d7385..598ce9a 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: |