diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-17 07:48:35 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-17 07:48:35 +0000 |
commit | e0bfc16b9fbc6088c9b0768f03e4139b6051d689 (patch) | |
tree | e1be4319f6113a8db31e4be776ee08e5e7b85af9 /x11-servers | |
parent | 120b53b79e5392be6ab18d1075637f492894996e (diff) | |
download | ports-e0bfc16b9fbc6088c9b0768f03e4139b6051d689.tar.gz ports-e0bfc16b9fbc6088c9b0768f03e4139b6051d689.zip |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/x2x/Makefile | 2 | ||||
-rw-r--r-- | x11-servers/x2x/files/patch-Makefile.am | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile index 4c8940a217fe..cde1d7a50068 100644 --- a/x11-servers/x2x/Makefile +++ b/x11-servers/x2x/Makefile @@ -11,7 +11,7 @@ COMMENT= Program to link multiple X servers together LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf pkgconfig +USES= autoreconf gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= dottedmag GH_TAGNAME= e62a535 diff --git a/x11-servers/x2x/files/patch-Makefile.am b/x11-servers/x2x/files/patch-Makefile.am deleted file mode 100644 index cc0bd4ac661a..000000000000 --- a/x11-servers/x2x/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2018-07-15 08:40:22 UTC -+++ Makefile.am -@@ -37,7 +37,7 @@ COPYING_FILES += COPYING - - lawyerese.c: $(COPYING_FILES) - echo 'char *lawyerese =' > $@.tmp && \ -- sed -e 's|.*|"\0\\n"|g' $^ >> $@.tmp && \ -+ sed -e 's|.*|"\0\\n"|g' COPYING >> $@.tmp && \ - echo ";" >> $@.tmp && \ - mv $@.tmp $@ || rm -f $@.tmp - |