diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /graphics/yukon | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'graphics/yukon')
-rw-r--r-- | graphics/yukon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/yukon/Makefile b/graphics/yukon/Makefile index 9ee15b64f1f5..96ca94800519 100644 --- a/graphics/yukon/Makefile +++ b/graphics/yukon/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes USE_XORG= x11 xv USE_GL= yes USE_LDCONFIG= ${PREFIX}/lib/yukon +NO_STAGE= yes # NOTE: These should be bumped if the underlying GL or Xorg ports change. @@ -39,7 +40,6 @@ FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 158 # svn tip at epoch 2009120801 SVNROOT_URI= https://devel.neopsis.com/svn/yukon -NO_STAGE= yes do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk ${WRKSRC} |