diff options
author | alane <alane@FreeBSD.org> | 2002-08-01 20:57:41 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-08-01 20:57:41 +0000 |
commit | fb7a895f24698901eed95e5069bda468ff8086cf (patch) | |
tree | 04ac96fec538b2ef090dd1db8d01729314fde417 /sysutils | |
parent | 0696395bb1cb7cd6c9e1ed15e446c96d7a9a8685 (diff) | |
download | FreeBSD-ports-fb7a895f24698901eed95e5069bda468ff8086cf.zip FreeBSD-ports-fb7a895f24698901eed95e5069bda468ff8086cf.tar.gz |
fix misspelling of LIB_DEPENDS that prevented gettext dep from being recognized
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index 8dda879..cc58b9d 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -17,7 +17,7 @@ MAINTAINER= cyrille.lefevre@laposte.net # Global variables # -LIB_DEPEND= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_PERL5= yes USE_LIBTOOL= yes |