diff options
Diffstat (limited to 'net/xorp/Makefile')
-rw-r--r-- | net/xorp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 80f2e85c6e26..1e93ff06dad1 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -23,11 +23,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX}/${PORTNAME} \ --with-comment='FreeBSD port: ${PKGNAME}' \ - --with-openssl=/usr \ - ${CONFIGURE_TARGET} + --with-openssl=/usr CONFIGURE_ENV+= CXXFLAGS="-Wno-uninitialized" |