diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:12:45 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:12:45 +0000 |
commit | 000e8742eb4a8fee1903508da03e4e7880fcdc08 (patch) | |
tree | 20a1985e26e899133ea1c7df588ff44e521ee923 /x11-wm/fvwm | |
parent | 9ae9a60331d5c6e7f2e6c58d2dd0dd35030f2866 (diff) |
Notes
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index f2bd52042233..40875ad95346 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,14 +3,15 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1994/09/10 22:22:36 jkh Exp $ +# $Id: Makefile,v 1.3 1994/09/13 06:35:06 jkh Exp $ # DISTNAME= fvwm-1.23b NO_WRKSUBDIR= yes DISTFILES= fvwm-1.23b-core.tar.gz fvwm-1.23b-modules.tar.gz \ fvwm-1.23-icons.tar.gz -MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm +MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ USE_IMAKE= yes +DEPENDS= x11/xpm .include <bsd.port.mk> |