diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
commit | 15dac70c75ad7e5286c80ca05c69fbfc1061905c (patch) | |
tree | 71f4780cd34e184b043831e0db99b92f22e0da0d /x11/p5-X11-XCB | |
parent | e81287c37b3d7ec77e4687a96e63839a01baeb30 (diff) | |
download | ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.tar.gz ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.zip |
Notes
Diffstat (limited to 'x11/p5-X11-XCB')
-rw-r--r-- | x11/p5-X11-XCB/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/p5-X11-XCB/Makefile b/x11/p5-X11-XCB/Makefile index 2263bcdb9ce9..32ce54f5cc9c 100644 --- a/x11/p5-X11-XCB/Makefile +++ b/x11/p5-X11-XCB/Makefile @@ -2,6 +2,7 @@ PORTNAME= X11-XCB PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -32,7 +33,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= localbase perl5 USE_PERL5= configure -USE_XORG= x11 xcb xproto xinerama +USE_XORG= x11 xcb xorgproto xinerama MAKE_JOBS_UNSAFE= yes post-install: |