Skip to content

Commit

Permalink
x11/xdtm: Unbreak on HEAD
Browse files Browse the repository at this point in the history
- Pet portclippy
- Adopt port
  • Loading branch information
5u623l20 committed May 17, 2023
1 parent 045aed6 commit f47b2c6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions x11/xdtm/Makefile
Expand Up @@ -4,13 +4,23 @@ PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= XCONTRIB/applications

MAINTAINER= ports@FreeBSD.org
MAINTAINER= bofh@FreeBSD.org
COMMENT= Graphical shell for the X Window System

WRKSRC= ${WRKDIR}/${PORTNAME}
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/Copyright

USES= imake xorg
USE_XORG= xaw

MAKE_JOBS_UNSAFE= yes

.include <bsd.port.mk>
WRKSRC= ${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif

.include <bsd.port.post.mk>

0 comments on commit f47b2c6

Please sign in to comment.