aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2003-02-14 19:35:02 +0800
committermarkp <markp@FreeBSD.org>2003-02-14 19:35:02 +0800
commitdc269a39d2f5cdb345b08f77eaae67707cbff763 (patch)
tree40829e4a4c7b006a501ed77e3fa9f26dc5d78e7a /net
parent0d9797c12b8e03a244a73cf81815d43ae5ed8731 (diff)
downloadfreebsd-ports-gnome-dc269a39d2f5cdb345b08f77eaae67707cbff763.tar.gz
freebsd-ports-gnome-dc269a39d2f5cdb345b08f77eaae67707cbff763.tar.zst
freebsd-ports-gnome-dc269a39d2f5cdb345b08f77eaae67707cbff763.zip
Removed incorrect libgnugetopt dependency.
PR: 47492 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'net')
-rw-r--r--net/echolot/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/echolot/Makefile b/net/echolot/Makefile
index 6e0c92bbe37a..90897ff395fe 100644
--- a/net/echolot/Makefile
+++ b/net/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