diff options
Diffstat (limited to 'net/xorp')
-rw-r--r-- | net/xorp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 6a0f0196f48..679f934a560 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/11 21:01:59 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2006/03/16 23:33:35 jlam Exp $ # DISTNAME= xorp-1.2 @@ -15,7 +15,8 @@ CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl:Q} # The xorp people insist on their own PREFIX. # See http://www.xorp.org/bugzilla/show_bug.cgi?id=91 -GNU_CONFIGURE_PREFIX= ${LOCALBASE}/xorp +# +GNU_CONFIGURE_PREFIX= ${PREFIX}/xorp TEST_TARGET= check |