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

(-)mesa-demos.new/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	demos
8
PORTNAME=	demos
9
PORTVERSION=	6.5.3
9
PORTVERSION=	6.5.3
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	mesa3d/
13
MASTER_SITE_SUBDIR=	mesa3d/
(-)mesa-demos.new/files/config (-1 / +1 lines)
Lines 26-30 Link Here
26
26
27
LIB_DIR = $(X11BASE)/lib
27
LIB_DIR = $(X11BASE)/lib
28
28
29
APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lXext -lXmu -lXi -lX11 -lm
29
APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lXext -lXmu -lXi -lX11 -lm -lpthread

Return to bug 113065