diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 14:48:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 14:48:40 +0800 |
commit | 0ff6cae1bf6c7fef5613adfe752db0e56f5ec478 (patch) | |
tree | d6f9090c9879f4467e52200c2b0c6de81ad9871e /net/libfixbuf | |
parent | bf096fb1762a7e58bd5747e71e46adaddb6d9004 (diff) | |
download | freebsd-ports-gnome-0ff6cae1bf6c7fef5613adfe752db0e56f5ec478.tar.gz freebsd-ports-gnome-0ff6cae1bf6c7fef5613adfe752db0e56f5ec478.tar.zst freebsd-ports-gnome-0ff6cae1bf6c7fef5613adfe752db0e56f5ec478.zip |
- Stage support
Diffstat (limited to 'net/libfixbuf')
-rw-r--r-- | net/libfixbuf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/libfixbuf/Makefile b/net/libfixbuf/Makefile index 0986f7c0a25f..ebf4ffcc741f 100644 --- a/net/libfixbuf/Makefile +++ b/net/libfixbuf/Makefile @@ -15,7 +15,6 @@ USES= pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure |