diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-25 19:23:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-25 19:23:41 +0000 |
commit | 605523fa40308b64c38c18d3eabbe27ef10f71b0 (patch) | |
tree | df3b3d714622e941600c4cf1f736a0e76974afb5 /net-im/gnome-jabber | |
parent | Post libtool-conversion fixups (diff) |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156790
Diffstat (limited to 'net-im/gnome-jabber')
-rw-r--r-- | net-im/gnome-jabber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/gnome-jabber/Makefile b/net-im/gnome-jabber/Makefile index 1cbb23a68657..0e133a1ac5ca 100644 --- a/net-im/gnome-jabber/Makefile +++ b/net-im/gnome-jabber/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |