diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-19 23:43:56 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-19 23:43:56 +0800 |
commit | 72ce4be0376e5341f44f8ce589d993147bb36913 (patch) | |
tree | 7a61e11d1ba175a84fe9dc225c09190b43169fef /biology | |
parent | 6fcb802419980d692f0c0cf6fb3018bead7e0e80 (diff) | |
download | freebsd-ports-graphics-72ce4be0376e5341f44f8ce589d993147bb36913.tar.gz freebsd-ports-graphics-72ce4be0376e5341f44f8ce589d993147bb36913.tar.zst freebsd-ports-graphics-72ce4be0376e5341f44f8ce589d993147bb36913.zip |
. pet portlint: add USE_LDCONFIG;
. bump PORTREVISION.
Diffstat (limited to 'biology')
-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 1a4105e7ece..e094f3e059a 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= * |