diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 03:17:47 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 03:17:47 +0000 |
commit | fae7866c2a73355d22e6c547251c2ef5ab3180db (patch) | |
tree | 8979ca65620258c69b631ab8437c8a9301f7aa33 /editors/wily/Makefile | |
parent | 06e30f5cd41a712c4de96c8f9f7910f893b8dd12 (diff) | |
download | ports-fae7866c2a73355d22e6c547251c2ef5ab3180db.tar.gz ports-fae7866c2a73355d22e6c547251c2ef5ab3180db.zip |
Notes
Diffstat (limited to 'editors/wily/Makefile')
-rw-r--r-- | editors/wily/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index a2b75bc7dbf2..190477dff8cc 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1997 # Whom: koshy # -# $Id: Makefile,v 1.5 1998/09/07 04:11:06 jkoshy Exp $ +# $Id: Makefile,v 1.6 1998/10/14 04:25:08 jseger Exp $ # DISTNAME= wily-0.13.41 @@ -17,8 +17,7 @@ MAINTAINER= jkoshy@freebsd.org USE_X11= YES GNU_CONFIGURE= YES - -BROKEN_ELF= yes +USE_GMAKE= YES WILYDOCDIR= ${PREFIX}/share/doc/wily WILYTUTEDIR= ${WILYDOCDIR}/tute |