diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
commit | b4d2ac42d75b14c1701e169420211799bf5e16bd (patch) | |
tree | a82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /graphics/tulip/Makefile | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) |
Notes
Diffstat (limited to 'graphics/tulip/Makefile')
-rw-r--r-- | graphics/tulip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 5b45b7ede4d5..8f899b43bb2f 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -8,7 +8,7 @@ PORTNAME= tulip PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A system dedicated to the visualization of huge graphs -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_BZIP2= yes USE_QT_VER= 3 |