diff options
Diffstat (limited to 'devel/libelf/Makefile')
-rw-r--r-- | devel/libelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index 71316c6ad4ae..ce74e5ea441a 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= libs . MAINTAINER= roam@FreeBSD.org COMMENT= "A public ELF file access library similar to libelf(3) in Solaris" -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |