diff options
author | kris <kris@FreeBSD.org> | 2006-03-08 01:12:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-08 01:12:14 +0800 |
commit | bf89ecff035d4926524a4735b33c11b66e6d3d53 (patch) | |
tree | 515cb22cb7575a01c882a81bef5a10afbe14ecb5 /x11 | |
parent | 469b77cc6cecda6afa60e8065a80d32d6072754b (diff) | |
download | freebsd-ports-gnome-bf89ecff035d4926524a4735b33c11b66e6d3d53.tar.gz freebsd-ports-gnome-bf89ecff035d4926524a4735b33c11b66e6d3d53.tar.zst freebsd-ports-gnome-bf89ecff035d4926524a4735b33c11b66e6d3d53.zip |
Now builds again
Approved by: portmgr (implicit)
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> |