diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-07-02 20:41:22 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-07-02 20:41:22 +0800 |
commit | 3a3c1cdf51483d34691628395a4dc72ec628f53e (patch) | |
tree | d80ba3dfd7efde4860b3debb17ed09fc770bc75d | |
parent | da397b0bf239b2adb1dc5c70c5c919cc6d58ee23 (diff) | |
download | xorg-devel-ports-3a3c1cdf51483d34691628395a4dc72ec628f53e.tar.gz xorg-devel-ports-3a3c1cdf51483d34691628395a4dc72ec628f53e.tar.zst xorg-devel-ports-3a3c1cdf51483d34691628395a4dc72ec628f53e.zip |
Merge r999 from trunk:
Sync with ports.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@1004 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 09da026..1af8b55 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, @@ -643,7 +640,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. |