diff options
author | abs <abs@pkgsrc.org> | 2009-03-18 11:09:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-03-18 11:09:33 +0000 |
commit | 00ab6f397931c568e1ecf917b86c85eaf9591dc6 (patch) | |
tree | 696ebdbdb0b74799b9dd60fa0d8f6c6118b39593 /x11/fltk2/PLIST | |
parent | 28c73f087043998b37791e97fa3567e0eddbc574 (diff) | |
download | pkgsrc-00ab6f397931c568e1ecf917b86c85eaf9591dc6.tar.gz |
Fix build and PLIST for -opengl case
Diffstat (limited to 'x11/fltk2/PLIST')
-rw-r--r-- | x11/fltk2/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fltk2/PLIST b/x11/fltk2/PLIST index 836ae3d8066..18fba234487 100644 --- a/x11/fltk2/PLIST +++ b/x11/fltk2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/25 15:29:19 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/03/18 11:09:33 abs Exp $ bin/fltk2-config bin/fluid2 include/fltk/Adjuster.h @@ -191,8 +191,8 @@ include/fltk/x11.h include/fltk/xbmImage.h include/fltk/xpmImage.h lib/libfltk2.a -lib/libfltk2_gl.a -lib/libfltk2_glut.a +${PLIST.opengl}lib/libfltk2_gl.a +${PLIST.opengl}lib/libfltk2_glut.a lib/libfltk2_images.a @dirrm include/fltk/compat/FL @dirrm include/fltk/compat |