diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 08:34:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 08:34:51 +0000 |
commit | 84824b9b096cedecbb3f26ca70efd911f930e5fa (patch) | |
tree | fd214bbcd751110511560c883d89ac3e43bfd655 /biology/phylip/Makefile | |
parent | 159fcd4b3097a514d8942463101f76ef5af3b0af (diff) | |
download | ports-84824b9b096cedecbb3f26ca70efd911f930e5fa.tar.gz ports-84824b9b096cedecbb3f26ca70efd911f930e5fa.zip |
Notes
Diffstat (limited to 'biology/phylip/Makefile')
-rw-r--r-- | biology/phylip/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index f13451a2a3d0..a3c9f3d03cda 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -26,6 +26,11 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \ DLIBS="-L${LOCALBASE}/lib -lX11 -lXaw -lXt -lm" USE_LDCONFIG= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and outdated + PORTDOCS= * OPTIONS_DEFINE= DOCS |