diff options
author | marino <marino@FreeBSD.org> | 2016-09-20 03:55:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-20 03:55:44 +0800 |
commit | 5abb8924810b0d35e79681d2a354730597c690b3 (patch) | |
tree | f3fb53b99008fccc070f2ff9e9afd2db46636063 /polish/fortunepl | |
parent | 28fde813e174223003cfc9d3a44c74f856e8e577 (diff) | |
download | freebsd-ports-gnome-5abb8924810b0d35e79681d2a354730597c690b3.tar.gz freebsd-ports-gnome-5abb8924810b0d35e79681d2a354730597c690b3.tar.zst freebsd-ports-gnome-5abb8924810b0d35e79681d2a354730597c690b3.zip |
polish/fortunepl: uncomment BROKEN
I tested that fortunepl was indeed still broken by commenting out the
BROKEN definition before committing it, but I forgot to uncomment it.
Diffstat (limited to 'polish/fortunepl')
-rw-r--r-- | polish/fortunepl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/fortunepl/Makefile b/polish/fortunepl/Makefile index f490fe56df5f..8a6c91178a70 100644 --- a/polish/fortunepl/Makefile +++ b/polish/fortunepl/Makefile @@ -14,7 +14,7 @@ PATCHFILES= fortunes-pl_${PORTVERSION}.freebsd.pl \ MAINTAINER= ports@FreeBSD.org COMMENT= Lot of funny Polish fortune files -#BROKEN= unfetchable +BROKEN= unfetchable .if exists(/usr/games/strfile) STRCMD= /usr/games/strfile |