diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-12 09:35:02 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-12 09:35:02 +0000 |
commit | c889820fe03f311d21dfb147db1f56f4fe18e401 (patch) | |
tree | 8fd61606aed80b2a3a87cdc4a3cf4138798ed920 /ftp/yafc | |
parent | Update to 1.73 (diff) |
Update to 0.7.1. Removed useless gettext dependency.
PR: 28044
Submitted by: Kato Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=43886
Diffstat (limited to 'ftp/yafc')
-rw-r--r-- | ftp/yafc/Makefile | 6 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index b62f9fe518a6..17966b24f145 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -6,19 +6,15 @@ # PORTNAME= yafc -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext - USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= yafc.1 diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo index da8cd340111d..c0a70c3c6c41 100644 --- a/ftp/yafc/distinfo +++ b/ftp/yafc/distinfo @@ -1 +1 @@ -MD5 (yafc-0.6.6.tar.bz2) = 8b0cbca10aac83081b2d276e773c0509 +MD5 (yafc-0.7.1.tar.bz2) = 5cdf422053c5d4ff5d4f38271b523a84 |