diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-11 15:29:01 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-11 15:29:01 +0000 |
commit | 6db043d8e171742da463bfd523e91d823f5eb395 (patch) | |
tree | 65d37cf169f139eba653713035353f482e39f4c3 /biology | |
parent | fa7bf0c22277b6d5ab53dab86835b747b71b117f (diff) | |
download | FreeBSD-ports-6db043d8e171742da463bfd523e91d823f5eb395.zip FreeBSD-ports-6db043d8e171742da463bfd523e91d823f5eb395.tar.gz |
USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more than
2 years ago. Clean out the last traces of it.
With hat: portmgr
Diffstat (limited to 'biology')
-rw-r--r-- | biology/distribfold/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/biology/distribfold/Makefile b/biology/distribfold/Makefile index eda101d..5f00656 100644 --- a/biology/distribfold/Makefile +++ b/biology/distribfold/Makefile @@ -17,7 +17,6 @@ COMMENT= distributedfolding.org distributed protein folding project ONLY_FOR_ARCHS= i386 USE_BZIP2= yes -USE_SIZE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/distribfold |