- Fix make describe on FreeBSD 4.X

Reported by:	dvl
Submitted by:	shaun
This commit is contained in:
Pav Lucistnik 2007-01-31 14:29:34 +00:00
parent dc0931eb8c
commit 5b2d4b4dba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183774

View file

@ -32,6 +32,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
# If net/libnids has been compiled with the GLIB2 option then this port needs
# the corresponding library and additional linker flags.
LIBNIDS_GLIB2?=
.if exists(${LOCALBASE}/lib/libnids.a)
LIBNIDS_GLIB2!= nm -u ${LOCALBASE}/lib/libnids.a | ${GREP} g_thread_init
.endif