diff options
author | wollman <wollman@FreeBSD.org> | 1994-10-13 08:51:53 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-10-13 08:51:53 +0800 |
commit | bd67c735dffbbe4f35d8ef1b79d837ac22db4e40 (patch) | |
tree | 5c062b74f29c70d69be9fcab397d09a33ae64371 /x11 | |
parent | b58470e10340fd78a744e9978e585b006c96f5b6 (diff) | |
download | freebsd-ports-gnome-bd67c735dffbbe4f35d8ef1b79d837ac22db4e40.tar.gz freebsd-ports-gnome-bd67c735dffbbe4f35d8ef1b79d837ac22db4e40.tar.zst freebsd-ports-gnome-bd67c735dffbbe4f35d8ef1b79d837ac22db4e40.zip |
Add nv.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 489921f41e92..5509811def1f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,5 +1,9 @@ -# $Id: Makefile,v 1.6 1994/09/26 13:39:19 jkh Exp $ +# $Id: Makefile,v 1.7 1994/10/12 23:10:03 jkh Exp $ # SUBDIR= emu fvwm iv tk xarchie xpm +# +# nv depends on tk, so might as well build tk first... +# +SUBDIR+= nv .include <bsd.port.subdir.mk> |