diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 15:51:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 15:51:27 +0800 |
commit | 9bc5c7083e4b966ef9ee7a978cbbba4e3ec3b376 (patch) | |
tree | c2959fe955d3907c74dd9b4d647d915fdebfda25 | |
parent | 5d3f767b4f5302ba43b88b66a1392c8a56a991ac (diff) | |
download | freebsd-ports-gnome-9bc5c7083e4b966ef9ee7a978cbbba4e3ec3b376.tar.gz freebsd-ports-gnome-9bc5c7083e4b966ef9ee7a978cbbba4e3ec3b376.tar.zst freebsd-ports-gnome-9bc5c7083e4b966ef9ee7a978cbbba4e3ec3b376.zip |
Add REQUIRES_MOTIF.
-rw-r--r-- | x11-toolkits/FWF/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/FWF/Makefile b/x11-toolkits/FWF/Makefile index 5fa1f0148916..dfa80467aa0c 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.14 1998/09/17 00:32:55 asami Exp $ +# $Id: Makefile,v 1.15 1998/10/15 11:13:04 jseger Exp $ # DISTNAME= fwf-4.0 @@ -18,6 +18,7 @@ BROKEN_ELF= yes LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +REQUIRES_MOTIF= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/FWF XMKMF= env X11BASE=${X11BASE} WRKSRC=${WRKSRC} sh ${FILESDIR}/xmkmf |