diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-17 19:16:50 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-17 19:16:50 +0200 |
commit | 1c4165669545b21ca866e159cd9c83fd1d59f3ff (patch) | |
tree | 81d70a6816fe614887e940c0ae6b49aae2e62cc3 /x11/libxcb | |
parent | 87e685e36082d7581d0ba003d0b12517d312487e (diff) |
Remove extra comments in Makefiles
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 4075f53..f79cfe0 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,9 +1,7 @@ # $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ -# + COMMENT = the X protocol C-language binding library -# -# What port/package will be created -# + DISTNAME = libxcb-1.13.1 SHARED_LIBS = xcb 4.0 \ @@ -51,15 +49,7 @@ LIB_DEPENDS = x11/libXau SEPARATE_BUILD = Yes CONFIGURE_STYLE = autoreconf -# for gnu stuff AUTOCONF_VERSION = 2.69 AUTOMAKE_VERSION = 1.12 -# Things that we don't want to do for this port/package -# Generally, DON'T set anything to No if it's not needed. -# The time gained is not worth it. -# -#NO_BUILD = Yes -#NO_TEST = Yes - .include <bsd.port.mk> |