diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
commit | 5854aef32b282db6a4bbbdcdf97e30d42fece9e4 (patch) | |
tree | db7118d3583c976de456e5077ec5b89526b5c974 /misc/linm | |
parent | 0bfc2587f59a1035e84377aee4689423a964c619 (diff) | |
download | freebsd-ports-graphics-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.gz freebsd-ports-graphics-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.zst freebsd-ports-graphics-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.zip |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
Diffstat (limited to 'misc/linm')
-rw-r--r-- | misc/linm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/linm/Makefile b/misc/linm/Makefile index 054fd6975ff..239bc1bea27 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -15,9 +15,9 @@ DISTNAME= linm_${LINM_VER}-1 MAINTAINER= cjh@FreeBSD.org COMMENT= Clone of Mdir, mc-style terminal file manager -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes |