summaryrefslogtreecommitdiff
path: root/graphics/osg/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-08 02:19:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-08 02:19:16 +0000
commit25f4de6f2e84eff64897d46dc2c76646d17e0d76 (patch)
tree56dd0172d8cc544a9af0ec028319cba1f1e9d38e /graphics/osg/Makefile
parentUpgrade to 20020507. Unreadable log should be fixed. (diff)
Add back png and jpeg LIB_DEPENDS. Respect CXX and C
Noticed by: bento
Notes
Notes: svn path=/head/; revision=58686
Diffstat (limited to 'graphics/osg/Makefile')
-rw-r--r--graphics/osg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index ed79f0b383a5..01bfa90748c9 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -12,7 +12,9 @@ MASTER_SITES= http://www.openscenegraph.org/download/snapshots/
MAINTAINER= aa8vb@nc.rr.com
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ freetype.9:${PORTSDIR}/print/freetype2
USE_X_PREFIX= yes
USE_MESA= yes