diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-15 05:24:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-15 05:24:08 +0000 |
commit | 8702a93a9831c3f8cd91be6f1523da49702865d4 (patch) | |
tree | 6891426ee6aa2370947323ebea6051890369737f /x11-themes/kde4-style-polyester/Makefile | |
parent | 75b955e22c21814a22c9f6b71b6bc37f9c8b9355 (diff) | |
download | ports-8702a93a9831c3f8cd91be6f1523da49702865d4.tar.gz ports-8702a93a9831c3f8cd91be6f1523da49702865d4.zip |
Notes
Diffstat (limited to 'x11-themes/kde4-style-polyester/Makefile')
-rw-r--r-- | x11-themes/kde4-style-polyester/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-themes/kde4-style-polyester/Makefile b/x11-themes/kde4-style-polyester/Makefile index c23b39e6480d..55e8ee8fa2f2 100644 --- a/x11-themes/kde4-style-polyester/Makefile +++ b/x11-themes/kde4-style-polyester/Makefile @@ -6,8 +6,7 @@ # PORTNAME= polyester -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.notmart.org/files/ \ ${MASTER_SITE_LOCAL} @@ -25,10 +24,4 @@ USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |