summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committersf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commit971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch)
tree7181a8316bbb1b7be4386d9173b3c6ace07025da /news
parent0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff)
downloadFreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip
FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'news')
-rw-r--r--news/yencode/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/news/yencode/Makefile b/news/yencode/Makefile
index 6020766..004eeea 100644
--- a/news/yencode/Makefile
+++ b/news/yencode/Makefile
@@ -8,7 +8,7 @@
PORTNAME= yencode
PORTVERSION= 0.46
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,12 +16,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
- intl.4:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lgnugetopt"
+CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib"
MAN1= ydecode.1 yencode.1 ypost.1
MAN5= ypostrc.5
OpenPOWER on IntegriCloud