aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2021-07-01 13:51:18 +0000
committerJuraj Lutter <otis@FreeBSD.org>2021-07-01 13:52:23 +0000
commitcded2bbe71295ac17728f0e136003ac7b5852d4c (patch)
tree1251dc5ffde93ffcae3df16b2221da22d81638a6
parente4627682874a487b3c8bde7f8d70a4532a549bed (diff)
downloadports-cded2bbe71295ac17728f0e136003ac7b5852d4c.tar.gz
ports-cded2bbe71295ac17728f0e136003ac7b5852d4c.zip
misc/pinfo: Remove superfluous lines from Makefile
-rw-r--r--misc/pinfo/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index cd7384625a1a..02488f0fc5f5 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -11,9 +11,6 @@ COMMENT= Ncurses based, lynx style info documentation browser
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-#BROKEN_aarch64= Fails to link: missing sbrk
-#BROKEN_riscv64= Fails to link: missing sbrk
-
USES= autoreconf gettext-tools libtool localbase makeinfo ncurses
USE_GITHUB= yes
GH_ACCOUNT= baszoetekouw