diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-26 09:02:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-26 09:02:51 +0000 |
commit | 4b64d88e9ac8b8dbec901f3c69ff212a8dfcdf06 (patch) | |
tree | e7b7ee5a9e23ce9ed3d3ef30af5608420dceba63 /x11-toolkits | |
parent | 708a82a5ee1e869dc09b3d6a39802b3aa3f478d2 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/FWF/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/FWF/Makefile b/x11-toolkits/FWF/Makefile index 8075feeaa0e6..74e6aee78c13 100644 --- a/x11-toolkits/FWF/Makefile +++ b/x11-toolkits/FWF/Makefile @@ -3,7 +3,7 @@ # Date created: 14 July 1995 # Whom: jkh # -# $Id: Makefile,v 1.5 1995/07/19 11:36:42 asami Exp $ +# $Id: Makefile,v 1.6 1996/05/15 23:30:26 asami Exp $ # DISTNAME= fwf-3.8 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.let.rug.nl/pub/FWF/ MAINTAINER= jkh@FreeBSD.ORG +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes WRKSRC= ${WRKDIR}/FWF PATCH_STRIP= -p1 |