diff options
-rw-r--r-- | x11/libXdmcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index 4247b9f..d2b2d38 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -1,14 +1,14 @@ COMMENT = X Display Manager Control Protocol library DISTNAME = libXdmcp-1.1.5 +SHARED_LIBS = Xdmcp 11.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxdmcp MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xdmcp 11.0 - # MIT PERMIT_PACKAGE = Yes |