View | Details | Raw Unified | Return to bug 43603
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 14-27 Link Here
14
14
15
MAINTAINER=	jmz@FreeBSD.org
15
MAINTAINER=	jmz@FreeBSD.org
16
16
17
.include <bsd.port.pre.mk>
18
.if ${XFREE86_VERSION} == 4 # requires rgb.txt
19
BUILD_DEPENDS=	xrdb:${PORTSDIR}/x11/XFree86-4-clients
20
.endif
21
22
WRKSRC=		${WRKDIR}/pixmap
17
WRKSRC=		${WRKDIR}/pixmap
23
USE_IMAKE=	yes
18
USE_IMAKE=	yes
24
USE_XPM=	yes
19
USE_XPM=	yes
25
MAN1=		pixmap.1
20
MAN1=		pixmap.1
21
22
.include <bsd.port.pre.mk>
23
.if ${XFREE86_VERSION} == 4 # requires rgb.txt
24
BUILD_DEPENDS=	xrdb:${PORTSDIR}/x11/XFree86-4-clients
25
.endif
26
26
27
.include <bsd.port.post.mk>
27
.include <bsd.port.post.mk>

Return to bug 43603