diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
commit | f45d0a8198e01f9de3159f120af98857c70773c1 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /net/xorp-devel | |
parent | a14ce15e349663b36e082c2a46c21adc66d82376 (diff) | |
download | ports-f45d0a8198e01f9de3159f120af98857c70773c1.tar.gz ports-f45d0a8198e01f9de3159f120af98857c70773c1.zip |
Notes
Diffstat (limited to 'net/xorp-devel')
-rw-r--r-- | net/xorp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile index d5e81d482a67..73650502c7f5 100644 --- a/net/xorp-devel/Makefile +++ b/net/xorp-devel/Makefile @@ -23,6 +23,7 @@ NOMAN= defined USE_BZIP2= yes USE_GCC= 4.2+ USE_SCONS= yes +NO_STAGE= yes #USE_OPENSSL= yes OPTIONS_DEFINE= OPTIMIZE ORIGIN SHARED STRIP TCP_RPC @@ -40,7 +41,6 @@ FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 11685 # svn tip at epoch 2009120801 SVNROOT_URI= http://xorp.svn.sourceforge.net/svnroot/xorp -NO_STAGE= yes do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk/xorp ${WRKSRC} |