diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 12:49:39 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 12:49:39 +0000 |
commit | 5fb02b25e4ed3d893173581ab3dd54f1a0181f9a (patch) | |
tree | b723fd2ef2e9acef315884dd710268f839d3840c /x11-fm | |
parent | 1c7b6418cfa7fea66aeae51c3ad93add623adf1c (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index d1699ef84d49..120ea2253559 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -3,13 +3,13 @@ # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1995/01/04 07:50:35 jkh Exp $ # DISTNAME= xfm-1.3 DISTFILES= xfm-1.3.tar.gz USE_IMAKE= yes MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ -DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/graphics/xpm .include <bsd.port.mk> |