diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
commit | 32d6ba3c612ab7323d81c30bf643fb8ce65642bd (patch) | |
tree | cca81074cd10af0c7237e0e76e72e2df6c703f4c /graphics/f90gl | |
parent | 03315bbb41cbf4a95c4bdc01bd38f569c474c965 (diff) |
- Add missing dependency
- Bump PORTREVISION
Submitted by: pavbot
Notes
Notes:
svn path=/head/; revision=209948
Diffstat (limited to 'graphics/f90gl')
-rw-r--r-- | graphics/f90gl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/f90gl/Makefile b/graphics/f90gl/Makefile index 6d72354af86b..3dfa309bc82f 100644 --- a/graphics/f90gl/Makefile +++ b/graphics/f90gl/Makefile @@ -7,6 +7,7 @@ PORTNAME= f90gl PORTVERSION= 1.2.13 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://math.nist.gov/f90gl/ \ http://math.nist.gov/~WMitchell/papers/:doc @@ -22,6 +23,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Official Fortran 90 bindings for OpenGL USE_GL= glut glu +USE_XORG= xaw USE_LDCONFIG= yes USE_FORTRAN= yes FNAME= UNDERSCORE |