diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
commit | acd19d78e8061230f73236c7b112682510de79b8 (patch) | |
tree | 3722878837d6194ce3d6dddf621f9f5759e9ab95 /x11-wm | |
parent | 1845f827af15ee0f78d64e285008e3191c921b2f (diff) |
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
Notes
Notes:
svn path=/head/; revision=10410
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index d55ed13295fb..550a41e6ad55 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 12 May 1995 # Whom: me # -# $Id: Makefile,v 1.21 1996/11/18 10:36:54 asami Exp $ +# $Id: Makefile,v 1.22 1997/10/28 21:59:55 gj Exp $ # DISTNAME= fvwm-1.24r @@ -15,6 +15,7 @@ MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +NO_LATEST_LINK= yes USE_IMAKE= yes XMKMF= xmkmf ALL_TARGET= Makefiles all |