diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-09 21:01:30 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-09 21:01:30 +0800 |
commit | f2f7e71833d9d0dbdd79e55dcbe2b01658c36d44 (patch) | |
tree | b3c98a20dbb3cc9ae3c1a68fe3abbb8068091720 /biology/phylip | |
parent | 635a48fb639341f3b4edfda3b3d44a18cb9671b5 (diff) | |
download | freebsd-ports-gnome-f2f7e71833d9d0dbdd79e55dcbe2b01658c36d44.tar.gz freebsd-ports-gnome-f2f7e71833d9d0dbdd79e55dcbe2b01658c36d44.tar.zst freebsd-ports-gnome-f2f7e71833d9d0dbdd79e55dcbe2b01658c36d44.zip |
- Fix build depends
- Bump port revision
Reported by: pointyhat via pav
Diffstat (limited to 'biology/phylip')
-rw-r--r-- | biology/phylip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index afd920deeaea..c64564a1d2d3 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -7,6 +7,7 @@ PORTNAME= phylip PORTVERSION= 3.67 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ \ @@ -17,6 +18,8 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A Phylogeny Inference Package +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash + USE_XORG= x11 xaw xt USE_GMAKE= yes BUILD_WRKSRC= ${WRKSRC}/src |