summaryrefslogtreecommitdiff
path: root/net/linneighborhood/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/linneighborhood/Makefile')
-rw-r--r--net/linneighborhood/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/linneighborhood/Makefile b/net/linneighborhood/Makefile
index 5cf264462eeb..dd04466c99c4 100644
--- a/net/linneighborhood/Makefile
+++ b/net/linneighborhood/Makefile
@@ -22,11 +22,11 @@ GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gtk12
-CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"\
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"\
- CC="${CC} -I${LOCALBASE}/include"
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include"
# ^
# this was done intentionaly in order to make `configure' pick up libintl.h
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CFLAGS+= ${PTHREAD_CFLAGS}
.include <bsd.port.pre.mk>