diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 20:11:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 20:11:49 +0000 |
commit | ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b (patch) | |
tree | 81d90c7e86a65ca18862c2c9895e3df8ad0fdcdc /print | |
parent | 490a652c79697066918822701bc20ea5df7c72f8 (diff) | |
download | ports-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.tar.gz ports-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index d3f0e27718a1..3f9d97b7004b 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -17,7 +17,6 @@ COMMENT= XFce 4 graphical frontend for printing GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -65,7 +64,8 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 .endif post-patch: - ${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \ + @${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \ ${WRKSRC}/xfprint-manager/Makefile.in + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include <bsd.port.post.mk> |