diff options
author | mandree <mandree@FreeBSD.org> | 2010-01-07 21:51:03 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-01-07 21:51:03 +0800 |
commit | a472db85ca814adf22e8f1d8b4a24f2fd896e444 (patch) | |
tree | 655d4afdf91d730ce0ba5681aab0e447bfe33267 /sysutils/e2fsprogs | |
parent | 2c2e77fd9b3a94dc905ae4819718212487b21f7f (diff) | |
download | freebsd-ports-gnome-a472db85ca814adf22e8f1d8b4a24f2fd896e444.tar.gz freebsd-ports-gnome-a472db85ca814adf22e8f1d8b4a24f2fd896e444.tar.zst freebsd-ports-gnome-a472db85ca814adf22e8f1d8b4a24f2fd896e444.zip |
Add new devel/e2fsprogs-libss port, as slave to sysutils/e2fsprogs.
pkg-descr: ----------------------------------------------------------
This package includes a tool that parses a command table to generate a
simple command-line interface parser, the include files needed to compile
and use it, and the libraries needed to run programs that use it.
It was originally inspired by the Multics SubSystem library.
EOF------------------------------------------------------------------
PR: ports/140767
Submitted by: Benjamin Kaduk <kaduk@mit.edu>
Approved by: garga (mentor)
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 19e88e957761..b4bc53af1a26 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/lib \ -I${LOCALBASE}/include -D_EXT2_USE_C_VERSIONS_' MAKE_ARGS+= LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' -OPTIONS= NLS "Enable national language support" on +OPTIONS?= NLS "Enable national language support" on .if !defined(MASTERDIR) MAN1= chattr.1 lsattr.1 |