diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/fidelio/Makefile | 1 | ||||
-rw-r--r-- | net/gnome-btdownload/Makefile | 1 | ||||
-rw-r--r-- | net/gnomeicu/gnomeicu/Makefile | 1 | ||||
-rw-r--r-- | net/gnomeicu2/Makefile | 1 | ||||
-rw-r--r-- | net/libyahoo2/Makefile | 1 | ||||
-rw-r--r-- | net/tsclient/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/net/fidelio/Makefile b/net/fidelio/Makefile index 149e4e021ffb..53720ca385d4 100644 --- a/net/fidelio/Makefile +++ b/net/fidelio/Makefile @@ -18,6 +18,7 @@ COMMENT= A GNOME client for Hotline USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnome-btdownload/Makefile b/net/gnome-btdownload/Makefile index fcf1fbd3b0ad..eeed1d01e174 100644 --- a/net/gnome-btdownload/Makefile +++ b/net/gnome-btdownload/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/BitTorrent/__init__.py:${PORTSDIR}/net/py-bitt USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix GNU_CONFIGURE= yes diff --git a/net/gnomeicu/gnomeicu/Makefile b/net/gnomeicu/gnomeicu/Makefile index a84f5de3c166..3135c24b68b5 100644 --- a/net/gnomeicu/gnomeicu/Makefile +++ b/net/gnomeicu/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/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index a84f5de3c166..3135c24b68b5 100644 --- a/net/gnomeicu2/Makefile +++ b/net/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/libyahoo2/Makefile b/net/libyahoo2/Makefile index f9df2264f751..991840442acf 100644 --- a/net/libyahoo2/Makefile +++ b/net/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 diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index e31179a9eb31..b6cc11bd6b8a 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -26,6 +26,7 @@ RUN_DEPENDS+= Xnest:${PORTSDIR}/x11-servers/XFree86-4-NestServer USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomepanel USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |