diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-14 18:17:05 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-14 18:17:05 +0000 |
commit | 53243e70e9c80e019c96fa2234ec6534f6d0ebee (patch) | |
tree | ee260e7aae8fb6b0d40bb28ec79a30b44191f8e9 /x11/scrnsaverproto | |
parent | 885515b7c39c8c1e4f291652eb98feaa966936e1 (diff) | |
download | ports-53243e70e9c80e019c96fa2234ec6534f6d0ebee.tar.gz ports-53243e70e9c80e019c96fa2234ec6534f6d0ebee.zip |
Notes
Diffstat (limited to 'x11/scrnsaverproto')
-rw-r--r-- | x11/scrnsaverproto/Makefile | 8 | ||||
-rw-r--r-- | x11/scrnsaverproto/distinfo | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11/scrnsaverproto/Makefile b/x11/scrnsaverproto/Makefile index f3d215b63fa7..194f8eca6c54 100644 --- a/x11/scrnsaverproto/Makefile +++ b/x11/scrnsaverproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scrnsaverproto -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,4 +14,10 @@ COMMENT= ScrnSaver extension headers XORG_CAT= proto +CONFIGURE_ARGS+=--disable-specs --without-xmlto + +post-patch: + @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ + s/specs//' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/x11/scrnsaverproto/distinfo b/x11/scrnsaverproto/distinfo index e20f3cef7771..3ee8c2987261 100644 --- a/x11/scrnsaverproto/distinfo +++ b/x11/scrnsaverproto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/proto/scrnsaverproto-1.2.0.tar.bz2) = deaf0a3212617e0dab353a3c3a66e0a1f2398306eca0fd882ac15996b0e44d99 -SIZE (xorg/proto/scrnsaverproto-1.2.0.tar.bz2) = 49623 +SHA256 (xorg/proto/scrnsaverproto-1.2.1.tar.bz2) = fad2f73cac136fcddd311d27a14ac7e519a9bec6ab272490d9c9b363556024f1 +SIZE (xorg/proto/scrnsaverproto-1.2.1.tar.bz2) = 107997 |