diff options
author | kwm <kwm@FreeBSD.org> | 2014-06-01 20:23:08 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-06-01 20:23:08 +0800 |
commit | b09a597362839e67bc6753dbc10d3aae99471779 (patch) | |
tree | d8664ffca21015db595f486a32edfb67b856d930 /net-im/folks | |
parent | 788e4b297cb91511d27d0a65e8187997967f41f5 (diff) | |
download | freebsd-ports-gnome-b09a597362839e67bc6753dbc10d3aae99471779.tar.gz freebsd-ports-gnome-b09a597362839e67bc6753dbc10d3aae99471779.tar.zst freebsd-ports-gnome-b09a597362839e67bc6753dbc10d3aae99471779.zip |
Stagify.
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
Diffstat (limited to 'net-im/folks')
-rw-r--r-- | net-im/folks/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index a0c9c65045cc..9d10c6cbed32 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -39,7 +39,6 @@ PLIST_SUB= LIBVER=25 VERSION=33 CONFIGURE_ARGS+=--enable-libsocialweb-backend=no #.endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|g' \ ${WRKDIR}/gnome-libtool |