From 97fa4092499f874cd986f4b59e4182e4a1e4ddd3 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 14 Feb 2003 11:35:02 +0000 Subject: Removed incorrect libgnugetopt dependency. PR: 47492 Submitted by: KATO Tsuguru --- net-mgmt/echolot/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'net-mgmt/echolot/Makefile') diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile index 6e0c92bbe37a..90897ff395fe 100644 --- a/net-mgmt/echolot/Makefile +++ b/net-mgmt/echolot/Makefile @@ -15,17 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt - GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" USE_GMAKE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= echolot.1 -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif -- cgit v1.2.3