aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-02-02 22:26:39 +0800
committerpav <pav@FreeBSD.org>2007-02-02 22:26:39 +0800
commit650d9a8381ef5449e32b753aa82a0b89b253ea5d (patch)
tree3a4e1518fdba7e64c4f6e0bea9edcfabf05b183f /graphics/gdk-pixbuf
parent1b09678da0f5332f25429430511264e259c7d217 (diff)
downloadfreebsd-ports-gnome-650d9a8381ef5449e32b753aa82a0b89b253ea5d.tar.gz
freebsd-ports-gnome-650d9a8381ef5449e32b753aa82a0b89b253ea5d.tar.zst
freebsd-ports-gnome-650d9a8381ef5449e32b753aa82a0b89b253ea5d.zip
- Fix after objformat removal
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r--graphics/gdk-pixbuf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
index 9d437738245f..657cb1086a8c 100644
--- a/graphics/gdk-pixbuf/Makefile
+++ b/graphics/gdk-pixbuf/Makefile
@@ -21,7 +21,6 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME+= gnomehack gtk12
@@ -36,4 +35,7 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
BUILD_CANVAS?= no
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>