diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-08-26 00:38:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-08-26 00:38:09 +0000 |
commit | e47c11addd1da9bba40d4719404de1a8d69463d2 (patch) | |
tree | 0c1b5d7a6d6aa410e02b8bf78c124295eede529b /x11-wm/afterstep/Makefile | |
parent | 2bb59ebeda72f43f1ffad9e47a4bf9ca7d5a1b4c (diff) |
Notes
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 603e36469828..386bf28bb7e1 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -16,13 +16,15 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +RUN_DEPENDS= asclock:${PORTSDIR}/x11-clocks/asclock + NO_LATEST_LINK= yes USE_X_PREFIX= yes USE_XPM= yes USE_IMAKE= yes INSTALL_TARGET= install install.man MANCOMPRESSED= yes -MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 +MAN1= afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 SRCDIRS= afterstep \ modules/Animate modules/Audio modules/Auto \ |