View | Details | Raw Unified | Return to bug 231044 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/aalib/Makefile (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	aalib
4
PORTNAME=	aalib
5
DISTVERSION=	1.4rc5
5
DISTVERSION=	1.4rc5
6
PORTREVISION=	11
6
PORTREVISION=	12
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF/aa-project/aa-lib/1.4rc5
8
MASTER_SITES=	SF/aa-project/aa-lib/1.4rc5
9
9
Lines 20-26 Link Here
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
INFO=		aalib
22
INFO=		aalib
23
LDFLAGS+=	-L${LOCALBASE}/lib
23
MAKE_ARGS=	LDFLAGS+="-L${LOCALBASE}/lib" \
24
		CFLAGS+="${CFLAGS} -I${LOCALBASE}/include" 
24
25
25
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
26
27

Return to bug 231044