diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 09:24:30 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 09:24:30 +0000 |
commit | af0be8e375686a081577713fe4776246d6029a33 (patch) | |
tree | bd92f11e058269c4841c59aba4085f4906bd68cd /x11-toolkits | |
parent | Fix the build on -current (PTHREAD_LIBS conversion victim). (diff) |
remove deprecated fetch options from FETCH_BEFORE_ARGS
Notes
Notes:
svn path=/head/; revision=40731
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/buffy/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/buffy/Makefile b/x11-toolkits/buffy/Makefile index 897f369bf148..d20b647139e0 100644 --- a/x11-toolkits/buffy/Makefile +++ b/x11-toolkits/buffy/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= http://reality.sgi.com/offer/src/buffy/ MAINTAINER= sobomax@FreeBSD.org -FETCH_BEFORE_ARGS= -b - USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index 9d1509a7108b..3a950240df0b 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 USE_XPM= yes -FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0.4 -E --quiet WRKSRC= ${WRKDIR}/tk8.0.4/unix INSTALLS_SHLIB= yes |