diff options
author | billf <billf@FreeBSD.org> | 1999-01-18 11:38:24 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-01-18 11:38:24 +0800 |
commit | 7e639646036133206d3b88f5ea8421853d1a0b0b (patch) | |
tree | 565152b17fe2b77b26cd27eda8ab4a31f040e9d7 /x11-wm/afterstep | |
parent | 2a0dca546895fd3a874e416935d5132c8745443a (diff) | |
download | freebsd-ports-gnome-7e639646036133206d3b88f5ea8421853d1a0b0b.tar.gz freebsd-ports-gnome-7e639646036133206d3b88f5ea8421853d1a0b0b.tar.zst freebsd-ports-gnome-7e639646036133206d3b88f5ea8421853d1a0b0b.zip |
Add NO_LATEST_LINK flag.
Requested By: asami
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index ed30871041aa..520a5a700c13 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -3,7 +3,7 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.25 1999/01/11 05:03:10 steve Exp $ +# $Id: Makefile,v 1.26 1999/01/17 03:03:38 billf Exp $ # DISTNAME= AfterStep-1.0 @@ -19,6 +19,7 @@ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +NO_LATEST_LINK= yes USE_X_PREFIX= yes INSTALL_TARGET= install install.man MANCOMPRESSED= yes |