diff -urN /usr/ports/misc/goldstr/Makefile misc/goldstr/Makefile --- /usr/ports/misc/goldstr/Makefile Sat Apr 12 22:58:46 2003 +++ misc/goldstr/Makefile Thu Apr 24 01:53:13 2003 @@ -14,15 +14,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Compute the golden string +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= goldstr.1 - -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif .include