diff options
Diffstat (limited to 'biology/phylip')
-rw-r--r-- | biology/phylip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 1a4105e7ece0..e094f3e059a7 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -3,6 +3,7 @@ PORTNAME= phylip PORTVERSION= 3.695 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://evolution.gs.washington.edu/phylip/download/ @@ -24,6 +25,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \ DFLAGS="${CFLAGS} -DX -I${LOCALBASE}/include" \ DLIBS="-L${LOCALBASE}/lib -lX11 -lXaw -lXt -lm" MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes PORTDOCS= * PORTEXAMPLES= * |