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

(-)ports/graphics/aalib/Makefile (-4 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	aalib
8
PORTNAME=	aalib
9
PORTVERSION=	1.4.r5
9
PORTVERSION=	1.4.r5
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	aa-project
13
MASTER_SITE_SUBDIR=	aa-project
Lines 23-33 Link Here
23
INFO=		aalib
23
INFO=		aalib
24
24
25
.if !defined(WITHOUT_X11)
25
.if !defined(WITHOUT_X11)
26
USE_XLIB=	yes
26
USE_XORG=	x11
27
CONFIGURE_ARGS=	--x-includes="${X11BASE}/include" \
27
CONFIGURE_ARGS+=	--x-includes="${X11BASE}/include" \
28
		--x-libraries="${X11BASE}/lib"
28
		--x-libraries="${X11BASE}/lib"
29
.else
29
.else
30
CONFIGURE_ARGS=	--with-x=no
30
CONFIGURE_ARGS+=	--with-x=no
31
.endif
31
.endif
32
32
33
MAN1=		aafire.1
33
MAN1=		aafire.1

Return to bug 115464