diff options
author | ahze <ahze@FreeBSD.org> | 2007-03-22 23:06:32 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-03-22 23:06:32 +0800 |
commit | b3edea47425c8b574c86455622a0a8b67475fc9c (patch) | |
tree | 1824f59993c8d5afc08df98f922ef01ff67f1ae0 /x11-themes/clearlooks | |
parent | f9910b9f089813b09943c331b77e896e798c837c (diff) | |
download | freebsd-ports-gnome-b3edea47425c8b574c86455622a0a8b67475fc9c.tar.gz freebsd-ports-gnome-b3edea47425c8b574c86455622a0a8b67475fc9c.tar.zst freebsd-ports-gnome-b3edea47425c8b574c86455622a0a8b67475fc9c.zip |
- Update for objformat removal
Diffstat (limited to 'x11-themes/clearlooks')
-rw-r--r-- | x11-themes/clearlooks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index 6b9ff7e61936..836fece5ce7d 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -66,6 +66,7 @@ pre-everything:: .endif post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .if ${PORTNAME} != "clearlooks" @${REINPLACE_CMD} -e 's|gtkrc||' \ ${WRKSRC}/themes/Clearlooks/gtk-2.0/Makefile.in |