diff options
Diffstat (limited to 'x11-toolkits/xclasses/Makefile')
-rw-r--r-- | x11-toolkits/xclasses/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-toolkits/xclasses/Makefile b/x11-toolkits/xclasses/Makefile index cb36a60768b2..3eefc187ef8e 100644 --- a/x11-toolkits/xclasses/Makefile +++ b/x11-toolkits/xclasses/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xclasses -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xcmail @@ -25,12 +24,6 @@ USE_X_PREFIX= yes USE_XPM= yes WRKSRC= ${WRKDIR}/xclasses -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - post-patch: .for file in build System/ARules.FreeBSD @${PERL} -pi \ @@ -69,4 +62,4 @@ do-install: @cd ${WRKSRC} && ${SH} build install @${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |