diff options
author | pav <pav@FreeBSD.org> | 2005-05-19 22:50:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-19 22:50:15 +0800 |
commit | 446b2f42677fffde395a83aa4258e04c9f86ef73 (patch) | |
tree | 4d755a8e74fb83d6ef4a12dafc402b9e500410a8 /devel/Makefile | |
parent | 7bfcf161e6f8c2087283f7c1260d179f2a9864f0 (diff) | |
download | freebsd-ports-gnome-446b2f42677fffde395a83aa4258e04c9f86ef73.tar.gz freebsd-ports-gnome-446b2f42677fffde395a83aa4258e04c9f86ef73.tar.zst freebsd-ports-gnome-446b2f42677fffde395a83aa4258e04c9f86ef73.zip |
najitool generates and/or makes altered copies of files in the patterns you
specify or shows to the screen. najitool is being developed in the ANSI C
standard so it should work and compile on any system that supports ANSI C,
which should be every system.
PR: ports/81204
Submitted by: <cokyazici@yahoo.co.uk>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 531cf37ef2d3..e0649044f8c0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -466,6 +466,7 @@ SUBDIR += libmimedir SUBDIR += libmtrie SUBDIR += libmusclecard + SUBDIR += libnaji SUBDIR += liboil SUBDIR += libol SUBDIR += libole2 |