diff options
author | zeising <zeising@FreeBSD.org> | 2018-09-12 02:34:27 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2018-09-12 02:34:27 +0800 |
commit | 1f76403039e44a228efdcf3c872d17fe90205286 (patch) | |
tree | fde4faddc8b6422d8c776308219c1df37c4df4aa /textproc | |
parent | 7f9acd234af744dde6eb41412b77f4c650e4cd0c (diff) | |
download | freebsd-ports-gnome-1f76403039e44a228efdcf3c872d17fe90205286.tar.gz freebsd-ports-gnome-1f76403039e44a228efdcf3c872d17fe90205286.tar.zst freebsd-ports-gnome-1f76403039e44a228efdcf3c872d17fe90205286.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 'textproc')
-rw-r--r-- | textproc/scim-kmfl-imengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/scim-kmfl-imengine/Makefile b/textproc/scim-kmfl-imengine/Makefile index 65945ceac8de..6cb60be1a68b 100644 --- a/textproc/scim-kmfl-imengine/Makefile +++ b/textproc/scim-kmfl-imengine/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ |