diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 12:03:17 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 12:03:17 +0000 |
commit | 00e692203d42d4eef31590ffac3a0b871be12984 (patch) | |
tree | 213bfd0bc4e8b962fab582a79f582be7837e45f8 /net-im | |
parent | 74bbad0a549a66f34713c14d9924e9374de39ba1 (diff) | |
download | ports-00e692203d42d4eef31590ffac3a0b871be12984.tar.gz ports-00e692203d42d4eef31590ffac3a0b871be12984.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnomeicu/Makefile | 1 | ||||
-rw-r--r-- | net-im/gnomeicu2/Makefile | 1 | ||||
-rw-r--r-- | net-im/libyahoo2/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index a84f5de3c166..3135c24b68b5 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/Makefile @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel libxml2 USE_GMAKE= yes USE_LIBTOOL= yes +USE_REINPLACE= yes .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile index a84f5de3c166..3135c24b68b5 100644 --- a/net-im/gnomeicu2/Makefile +++ b/net-im/gnomeicu2/Makefile @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel libxml2 USE_GMAKE= yes USE_LIBTOOL= yes +USE_REINPLACE= yes .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index f9df2264f751..991840442acf 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -17,6 +17,7 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |