diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-09-12 02:34:27 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-09-12 02:34:27 +0800 |
commit | 0fae2e9e0e506b74d2648d9581e939154814c599 (patch) | |
tree | fde4faddc8b6422d8c776308219c1df37c4df4aa /games/py-fife | |
parent | 393a7ac29fa9726f7fbd9d25fd8d1e689e251c24 (diff) | |
download | freebsd-ports-gnome-0fae2e9e0e506b74d2648d9581e939154814c599.tar.gz freebsd-ports-gnome-0fae2e9e0e506b74d2648d9581e939154814c599.tar.zst freebsd-ports-gnome-0fae2e9e0e506b74d2648d9581e939154814c599.zip |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
Diffstat (limited to 'games/py-fife')
-rw-r--r-- | games/py-fife/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index eb1551eef551..8a2d3cf60f24 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -3,7 +3,7 @@ PORTNAME= fife PORTVERSION= 0.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |