diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | 7d45e2b7a193d40e6c5b529f166e38e0af53a8c3 (patch) | |
tree | 1aa2bbfd19ad2c48caed151304d90d00e672730a /editors/xvile | |
parent | Make this port build again. (diff) |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Notes
Notes:
svn path=/head/; revision=11552
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 0d2bc5a68620..5b8a626e8e0a 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $Id: Makefile,v 1.14 1997/12/10 20:30:14 gj Exp $ +# $Id: Makefile,v 1.15 1998/06/04 20:42:03 gj Exp $ # DISTNAME= vile-8.0 @@ -20,7 +20,6 @@ MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} ${WITH_PERL} MAN1= xvile.1 -NO_PATCH= yes pre-configure: .if ! defined(USE_MENUS) |