diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-30 09:47:49 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-30 09:47:49 +0000 |
commit | a1b290c54de889d9db069a15f2560230fd19d999 (patch) | |
tree | f167b9dd249df742f657c72fe7d08331880dd730 /audio/ghostess | |
parent | 97b4607c4daec448c170906844c457e4268100b2 (diff) | |
download | ports-a1b290c54de889d9db069a15f2560230fd19d999.tar.gz ports-a1b290c54de889d9db069a15f2560230fd19d999.zip |
Notes
Diffstat (limited to 'audio/ghostess')
-rw-r--r-- | audio/ghostess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile index 7a1d62ccf18a..18ac2b1adaba 100644 --- a/audio/ghostess/Makefile +++ b/audio/ghostess/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghostess PORTVERSION= 20120105 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.smbolton.com/linux/ @@ -29,8 +29,8 @@ CONFIGURE_ARGS= --with-jackmidi CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz |