diff options
Diffstat (limited to 'net/xipdump/Makefile')
-rw-r--r-- | net/xipdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 1e18be7bad76..79e60992d2b8 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 USE_XORG= xt x11 ice xaw xmu GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="`${LIBNET_CONFIG} --libs`" +LDFLAGS+= `${LIBNET_CONFIG} --libs` CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` \ -I/usr/include |