mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix build with GCC 3.4.1
- Drop maintainership PR: ports/69378 Submitted by: Florent Thoumie (maintainer)
This commit is contained in:
parent
2ee507f7fb
commit
ce44c523f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114361
@ -11,7 +11,7 @@ CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.cgsecurity.org/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
|
||||
|
||||
MAINTAINER= flz@xbsd.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Utilities and library to manipulate ReiserFS partitions
|
||||
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
@ -23,6 +23,7 @@ INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lgnugetopt"
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
MAN8= cpfs.reiserfs.8 mkfs.reiserfs.8 reiserfs.8 \
|
||||
resizefs.reiserfs.8 tunefs.reiserfs.8
|
||||
|
Loading…
Reference in New Issue
Block a user