diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-07-02 20:42:19 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-07-02 20:42:19 +0800 |
commit | 96ffed9a91f9638a2e9e5980fd636916f21bee74 (patch) | |
tree | 46260d017b260f42b0d1387ad230b34e466af041 | |
parent | 3a3c1cdf51483d34691628395a4dc72ec628f53e (diff) | |
download | xorg-devel-ports-96ffed9a91f9638a2e9e5980fd636916f21bee74.tar.gz xorg-devel-ports-96ffed9a91f9638a2e9e5980fd636916f21bee74.tar.zst xorg-devel-ports-96ffed9a91f9638a2e9e5980fd636916f21bee74.zip |
Revert merge to wrong branch.xorg-7.7
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@1005 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 1af8b55..09da026 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -345,6 +345,9 @@ 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, @@ -640,7 +643,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 USES=imake is set and NO_INSTALL_MANPAGES +# Default: "yes" if USE_IMAKE is set and NO_INSTALL_MANPAGES # is not set, and "no" otherwise. # # Set the following to specify all .info files your port installs. |