diff options
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 120ea22..6d38e22 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: Makefile,v 1.1.1.1 1995/01/04 07:50:35 jkh Exp $ +# $Id: Makefile,v 1.2 1995/01/13 12:49:39 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}/graphics/xpm +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm .include <bsd.port.mk> |