diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
commit | 4b2988d9d2072f1a21fefee4f6ab51667fb486dc (patch) | |
tree | 0a9d451a44bd2eca33cebcaec679127f05737939 /editors/xvile | |
parent | ad744288184799669b3c6ed466204cf2079b8596 (diff) | |
download | ports-4b2988d9d2072f1a21fefee4f6ab51667fb486dc.tar.gz ports-4b2988d9d2072f1a21fefee4f6ab51667fb486dc.zip |
Notes
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index bcfd528e512b..507ed01325e1 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,14 +3,16 @@ # Date created: Fri Jun 21, 1996 # Whom: pgf # -# $Id: Makefile,v 1.7 1996/10/07 12:14:03 max Exp $ +# $Id: Makefile,v 1.8 1996/10/09 09:22:18 max Exp $ # DISTNAME= vile-6.1 PKGNAME= xvile-6.1 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ +MAINTAINER= ports@FreeBSD.org + MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=x11 |