From b185046be2ec03555daaf4f26d38542c403a9955 Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Mon, 14 Jul 2003 02:53:03 +0000 Subject: get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead. --- editors/lfhex/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'editors/lfhex/Makefile') diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index 1261a742b0fa..7a2cdb995b5b 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -8,7 +8,7 @@ PORTNAME= lfhex PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -16,8 +16,7 @@ MASTER_SITE_SUBDIR= arved MAINTAINER= ports@freebsd.org COMMENT= "Large file hex editor" -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG=yes USE_REINPLACE= yes USE_QT_VER= 3 GNU_CONFIGURE= yes @@ -30,6 +29,6 @@ post-patch: s,%%X11BASE%%,${X11BASE},g" ${WRKSRC}/src/Makefile.in post-configure: - ${REINPLACE_CMD} -e "s,LFLAGS =,LFLAGS = ${PTHREAD_LIBS}," ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} -e "s,LFLAGS =,LFLAGS = ${PTHREAD_LIBS} ${LDFLAGS}," ${WRKSRC}/src/Makefile .include -- cgit v1.2.3