diff options
author | philip <philip@FreeBSD.org> | 2007-06-03 12:19:04 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2007-06-03 12:19:04 +0000 |
commit | 6edc14ccce38d3c70e6ef3d80a1e8f202b92127d (patch) | |
tree | 98d9ae8a4336d77aa419972b2003a59f7c2672e2 /x11-themes | |
parent | 2807f15aabbd44243e5b89ff266ec65846fed97a (diff) | |
download | FreeBSD-ports-6edc14ccce38d3c70e6ef3d80a1e8f202b92127d.zip FreeBSD-ports-6edc14ccce38d3c70e6ef3d80a1e8f202b92127d.tar.gz |
Fix objformat handling. Unbreak on -CURRENT.
PR: ports/113271
Submitted by: Yuri Pankov <yuri.pankov -at- gmail.com>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-flat-theme2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index fd667d7..cc6c4b0d 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-flat-theme2 PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= gtk2flat @@ -24,8 +24,7 @@ USE_GNOME= gnomehack gtk20 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700029 -BROKEN= Incorrect objformat handling -.endif +post-extract: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include <bsd.port.post.mk> |