diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/props/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile index 50a93fe33e0c..b8faa07cd9a7 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -20,14 +20,8 @@ WRKSRC= ${WRKDIR}/props USE_IMAKE= yes MAKE_ARGS= INFOFILES="" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - post-install: ${MKDIR} ${X11BASE}/lib/X11/locale/C/props; \ ${INSTALL_DATA} ${WRKSRC}/C/* ${X11BASE}/lib/X11/locale/C/props -.include <bsd.port.post.mk> +.include <bsd.port.mk> |