diff options
author | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
commit | 8164d42b2597272494b6e8f70a3f4df7cf0dd501 (patch) | |
tree | a8aadaa54c5092dfdf312c497a75fc8485e6b827 /x11-wm | |
parent | 1a311b256ca434628b11083519addf1585aba22d (diff) | |
download | freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.gz freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.zst freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.zip |
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.
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 |