diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-02 04:46:07 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-02 04:46:07 +0800 |
commit | 1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031 (patch) | |
tree | af91d2702348c174c7196f86202ab50e796da11a /x11-toolkits | |
parent | 7849acac910fa057e1d4e5183af310dbfda24a5a (diff) | |
download | freebsd-ports-gnome-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.tar.gz freebsd-ports-gnome-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.tar.zst freebsd-ports-gnome-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.zip |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/sakura/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile index 8c540861d223..b4e94165d2e6 100644 --- a/x11-toolkits/sakura/Makefile +++ b/x11-toolkits/sakura/Makefile @@ -20,12 +20,6 @@ USE_BZIP2= yes MAN1= sakura.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not compile -.endif - post-patch: @${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \ /"-O2"/d ; \ @@ -38,4 +32,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |