diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 20:20:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 20:20:40 +0000 |
commit | 030ff25b4a2abe36253acd6beb78dbf3ff7d5d32 (patch) | |
tree | 5df098f1b845fde68fdddc258968078d71af576b /graphics/libwpcg/Makefile | |
parent | 67414547f695044d739104485269bb0d5e517066 (diff) | |
download | FreeBSD-ports-030ff25b4a2abe36253acd6beb78dbf3ff7d5d32.zip FreeBSD-ports-030ff25b4a2abe36253acd6beb78dbf3ff7d5d32.tar.gz |
upgrade to 0.9.2
PR: 46589
Submitted by: Ports Fury
Diffstat (limited to 'graphics/libwpcg/Makefile')
-rw-r--r-- | graphics/libwpcg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libwpcg/Makefile b/graphics/libwpcg/Makefile index dfc501c..dd36330 100644 --- a/graphics/libwpcg/Makefile +++ b/graphics/libwpcg/Makefile @@ -7,15 +7,17 @@ # PORTNAME= libwpcg -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.2 CATEGORIES= graphics MASTER_SITES= http://www.paassen.tmfweb.nl/ DISTNAME= libWPCG-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +USE_GCC= 3.1 USE_MESA= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib -lGL -lGLU -lglut" |