diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 17:01:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 17:01:57 +0800 |
commit | e322431085bf7582913e255f63a6ab57dd37b3c7 (patch) | |
tree | 79e1208b4a4578bec9067163de0c777c8b9310bf | |
parent | d9831f4692dbf01524035d90646e2a1630ffb458 (diff) | |
download | freebsd-ports-gnome-e322431085bf7582913e255f63a6ab57dd37b3c7.tar.gz freebsd-ports-gnome-e322431085bf7582913e255f63a6ab57dd37b3c7.tar.zst freebsd-ports-gnome-e322431085bf7582913e255f63a6ab57dd37b3c7.zip |
This time USE_IMAKE is totally gone
-rw-r--r-- | Mk/bsd.commands.mk | 1 | ||||
-rw-r--r-- | Mk/bsd.port.mk | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk index 5eb0230c9518..b9b6f6baab09 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -98,7 +98,6 @@ UNZIP_CMD?= ${LOCALBASE}/bin/unzip WHICH?= /usr/bin/which XARGS?= /usr/bin/xargs XMKMF?= ${LOCALBASE}/bin/xmkmf -a -YACC?= /usr/bin/yacc XZ?= -Mmax .if exists(/usr/bin/xz) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index d2bbc365b81c..17220de639b8 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -345,9 +345,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # this is for users, not for port maintainers. This # should not be used in Makefile. ## -# USE_IMAKE - If set, this port uses imake. -# XMKMF - Set to path of `xmkmf' if not in $PATH -# Default: xmkmf -a # USE_DISPLAY - If set, this ports requires a (virtual) X11 environment # setup. If the environment variable DISPLAY Is not set, # then an extra build dependency on Xvfb is added. Further, @@ -645,7 +642,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # "maybe". "yes" means manpages are installed # compressed; "no" means they are not; "maybe" means # it changes depending on the value of NO_MANCOMPRESS. -# Default: "yes" if USE_IMAKE is set and NO_INSTALL_MANPAGES +# Default: "yes" if USES=imake is set and NO_INSTALL_MANPAGES # is not set, and "no" otherwise. # # Set the following to specify all .info files your port installs. @@ -1504,10 +1501,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.pbi.mk" -.if defined(USE_IMAKE) -USES+= imake -.endif - # Loading features .for f in ${USES} _f=${f:C/\:.*//g} |