diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 17:43:35 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 17:43:35 +0800 |
commit | 846181c0a6e5be380c7fcd8e4488152e4c9c1625 (patch) | |
tree | a3cab6a76c300bb60f42d4fab3f3104aca99e54b /x11-fm/Makefile | |
parent | e04f673ba1a1cd561de924f3aa0bf026cece662d (diff) | |
download | freebsd-ports-gnome-846181c0a6e5be380c7fcd8e4488152e4c9c1625.tar.gz freebsd-ports-gnome-846181c0a6e5be380c7fcd8e4488152e4c9c1625.tar.zst freebsd-ports-gnome-846181c0a6e5be380c7fcd8e4488152e4c9c1625.zip |
Added xnc
Diffstat (limited to 'x11-fm/Makefile')
-rw-r--r-- | x11-fm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index a7cf8ae25500..b4822351c58c 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/12/02 20:08:57 billf Exp $ +# $Id: Makefile,v 1.5 1999/01/31 20:58:07 vanilla Exp $ # SUBDIR += asfiles @@ -14,5 +14,6 @@ SUBDIR += workplace SUBDIR += x-files SUBDIR += xfm + SUBDIR += xnc .include <bsd.port.subdir.mk> |