diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-17 20:19:45 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-17 20:19:45 +0800 |
commit | d28f04a54fbbef0cbe429ab12058186946a2a794 (patch) | |
tree | 22fc2d5c2a4de984d0f3f32cf140d7e808367a7c /graphics/libglut/files | |
parent | 3d10cca8bbdc4d4ff48cc849a307048137c06e87 (diff) | |
download | freebsd-ports-gnome-d28f04a54fbbef0cbe429ab12058186946a2a794.tar.gz freebsd-ports-gnome-d28f04a54fbbef0cbe429ab12058186946a2a794.tar.zst freebsd-ports-gnome-d28f04a54fbbef0cbe429ab12058186946a2a794.zip |
Upgrade to 6.0.1. Same library .so.
PR: ports/65353
Submitted by: Yarema <yds@CoolRat.org>
Approved by: mat (mentor).
Diffstat (limited to 'graphics/libglut/files')
-rw-r--r-- | graphics/libglut/files/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libglut/files/Makefile b/graphics/libglut/files/Makefile index 8009005545a3..0980aaecb3a0 100644 --- a/graphics/libglut/files/Makefile +++ b/graphics/libglut/files/Makefile @@ -4,14 +4,14 @@ LIB= glut SHLIB_MAJOR= 3 -CFLAGS+= -I../include -I${X11BASE}/include +CFLAGS+= -I../../../include -I${X11BASE}/include LDFLAGS+= -L${X11BASE}/lib -lGLU -lX11 -lXext -lGL -lXmu -lXi LIBDIR= ${PREFIX}/lib NOPROFILE?= yes beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/../include/GL/glut.h \ + ${.CURDIR}/../../../include/GL/glut.h \ ${PREFIX}/include/GL SRCS = \ @@ -63,4 +63,4 @@ SRCS = \ glut_winmisc.c \ layerutil.c -.include <bsd.lib.mk>
\ No newline at end of file +.include <bsd.lib.mk> |