aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/yafc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/yafc/Makefile')
-rw-r--r--ftp/yafc/Makefile8
1 files changed, 6 insertions, 2 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>