diff options
Diffstat (limited to 'net-im/telepathy-python/Makefile')
-rw-r--r-- | net-im/telepathy-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/telepathy-python/Makefile b/net-im/telepathy-python/Makefile index 43fe33ba4456..0e977fd98217 100644 --- a/net-im/telepathy-python/Makefile +++ b/net-im/telepathy-python/Makefile @@ -25,8 +25,8 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} USE_PYTHON= 2.5+ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> |