diff options
-rw-r--r-- | audio/jack/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 318cf329ad8f..8ff82f2f039d 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -81,8 +81,8 @@ post-patch: post-build: @${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* -#.if ${OSVERSION} < 500000 -#BROKEN= Does not compile on 4.x -#.endif +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 580171ab6db5..6ada997112de 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} |