diff options
Diffstat (limited to 'x11/scrnsaverproto/Makefile')
-rw-r--r-- | x11/scrnsaverproto/Makefile | 8 |
1 files changed, 7 insertions, 1 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> |