diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/yafc/Makefile | 8 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index b33340dd581a..d1a3eae1dc01 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -6,13 +6,17 @@ # PORTNAME= yafc -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.6 CATEGORIES= ftp MASTER_SITES= ftp://mayer.physto.se/pub/yafc/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + USE_BZIP2= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lintl" .include <bsd.port.mk> diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo index fe390e6d812c..6b2474ff24e3 100644 --- a/ftp/yafc/distinfo +++ b/ftp/yafc/distinfo @@ -1 +1 @@ -MD5 (yafc-0.5.1.tar.bz2) = e882aa28978bb4965fee2172d3f32c35 +MD5 (yafc-0.5.6.tar.bz2) = cb3c72bae30a53c9f1f75b4b0b259603 |