diff options
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/afterstep/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 7c91bf7a4db2..1856a3fce6fb 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.29 1999/01/03 11:52:23 asami Exp $ +# $Id: Makefile,v 1.30 1999/01/17 03:03:44 billf Exp $ # DISTNAME= AfterStep-1.6.6 @@ -25,6 +25,7 @@ MAN1= Animate.1x Audio.1x Auto.1x Banner.1x Cascade.1x Clean.1x \ Form.1x Ident.1x Pager.1x Save.1x Script.1x Scroll.1x Tile.1x \ Wharf.1x WinList.1x Zharf.1x afterstep.1x +NO_LATEST_LINK= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${X11BASE} 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 |