diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /news/yencode | |
parent | 88d002074007544d532f2495aeb93729291e6275 (diff) | |
download | ports-b185046be2ec03555daaf4f26d38542c403a9955.tar.gz ports-b185046be2ec03555daaf4f26d38542c403a9955.zip |
Notes
Diffstat (limited to 'news/yencode')
-rw-r--r-- | news/yencode/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 60207660c89d..004eeeaee80a 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 |