diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-02 02:29:42 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-02 02:29:42 +0000 |
commit | d19dcda866775a041d47427891f6b76d1a8235b0 (patch) | |
tree | 113a9d64a3703d7b2c28284bdc58376cfa296dfa /x11/p5-X11-Protocol/Makefile | |
parent | c0cd960685eecbd4f96dee7a7dea40849ca938b5 (diff) |
Notes
Diffstat (limited to 'x11/p5-X11-Protocol/Makefile')
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile index 0268b563afbe..051255a00224 100644 --- a/x11/p5-X11-Protocol/Makefile +++ b/x11/p5-X11-Protocol/Makefile @@ -6,7 +6,7 @@ # PORTNAME= X11-Protocol -PORTVERSION= 0.52 +PORTVERSION= 0.55 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= X11 @@ -29,6 +29,7 @@ MAN3= X11::Auth.3 \ X11::Protocol::Connection::UNIXSocket.3 \ X11::Protocol::Ext::BIG_REQUESTS.3 \ X11::Protocol::Ext::DPMS.3 \ + X11::Protocol::Ext::RENDER.3 \ X11::Protocol::Ext::SHAPE.3 \ X11::Protocol::Ext::XC_MISC.3 \ X11::Protocol::Ext::XFree86_Misc.3 |