diff options
Diffstat (limited to 'devel/shmap/Makefile')
-rw-r--r-- | devel/shmap/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/shmap/Makefile b/devel/shmap/Makefile index d4062ee54e45..4511be85aa22 100644 --- a/devel/shmap/Makefile +++ b/devel/shmap/Makefile @@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Shared-memory-based hashmaps - LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm GNU_CONFIGURE= yes @@ -25,5 +23,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes - .include <bsd.port.mk> |