diff options
author | markp <markp@FreeBSD.org> | 2001-06-12 17:35:02 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-06-12 17:35:02 +0800 |
commit | 270b07e22c27f424e28431554864b8dbb7e77b94 (patch) | |
tree | 26eb923e92d14e0ad9664582f948c10c23adb9f0 /ftp | |
parent | e9c3416e6e53830965518a164b4ac316bb0041a0 (diff) | |
download | freebsd-ports-gnome-270b07e22c27f424e28431554864b8dbb7e77b94.tar.gz freebsd-ports-gnome-270b07e22c27f424e28431554864b8dbb7e77b94.tar.zst freebsd-ports-gnome-270b07e22c27f424e28431554864b8dbb7e77b94.zip |
Update to 0.7.1. Removed useless gettext dependency.
PR: 28044
Submitted by: Kato Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'ftp')
-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 |