diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:16:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:16:06 +0800 |
commit | 2ea09c8d07c492a02eed02b884b123ec44bbefc3 (patch) | |
tree | fc6a14e0c2b6c660a1102f06b0c9142629680a03 /misc/linm/Makefile | |
parent | 4eeb4a120b84122d661b24e761dfbe2170202f95 (diff) | |
download | freebsd-ports-graphics-2ea09c8d07c492a02eed02b884b123ec44bbefc3.tar.gz freebsd-ports-graphics-2ea09c8d07c492a02eed02b884b123ec44bbefc3.tar.zst freebsd-ports-graphics-2ea09c8d07c492a02eed02b884b123ec44bbefc3.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'misc/linm/Makefile')
-rw-r--r-- | misc/linm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/linm/Makefile b/misc/linm/Makefile index 5079ef1cc9f..cde3b5667b9 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -16,9 +16,8 @@ OPTIONS_DEFINE= SMB WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*//} -USES= gettext pkgconfig +USES= gettext pkgconfig gmake USE_OPENSSL= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-cfgpath="${ETCDIR}" MAKE_JOBS_UNSAFE= yes |