diff options
Diffstat (limited to 'devel/libredblack/Makefile')
-rw-r--r-- | devel/libredblack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libredblack/Makefile b/devel/libredblack/Makefile index 5c00abc13d40..6da9e03e3a4e 100644 --- a/devel/libredblack/Makefile +++ b/devel/libredblack/Makefile @@ -7,6 +7,7 @@ PORTNAME= libredblack PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library that provides the red-black balanced tree algorithm USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |