diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /editors/xvile | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | freebsd-ports-graphics-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz freebsd-ports-graphics-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.zst freebsd-ports-graphics-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
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 0d2bc5a6862..5b8a626e8e0 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) |