diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-13 15:41:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-13 15:41:34 +0800 |
commit | e40a131ed2d95e3652cfd8b9fd9b3cf809571648 (patch) | |
tree | 6f1e78cbb9e2478d92b50fcc3708e3f345578fa9 /biology/phylip | |
parent | 1cfad159e5d783a3abcc0981a02b4c6a26c366a9 (diff) | |
download | freebsd-ports-gnome-e40a131ed2d95e3652cfd8b9fd9b3cf809571648.tar.gz freebsd-ports-gnome-e40a131ed2d95e3652cfd8b9fd9b3cf809571648.tar.zst freebsd-ports-gnome-e40a131ed2d95e3652cfd8b9fd9b3cf809571648.zip |
- Convert USE_GMAKE to USES
Diffstat (limited to 'biology/phylip')
-rw-r--r-- | biology/phylip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 93af0d8eaa54..dcae4f991c4e 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -19,7 +19,7 @@ BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src USE_XORG= x11 xaw xt -USE_GMAKE= yes +USES= gmake MAKEFILE= Makefile.unx MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \ DFLAGS="${CFLAGS} -DX -I${LOCALBASE}/include" \ |