diff options
author | kris <kris@FreeBSD.org> | 2002-05-08 10:19:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-08 10:19:16 +0800 |
commit | 7f76716ae4d77854e5d9a2bcefa25c3da4c368db (patch) | |
tree | f3fc5f3fe941c0aa9c60197c64809e0d2a2525ba /graphics/osg/Makefile | |
parent | 87d2d4ca7d285847dd0f7f2508eebba920f78f9d (diff) | |
download | freebsd-ports-gnome-7f76716ae4d77854e5d9a2bcefa25c3da4c368db.tar.gz freebsd-ports-gnome-7f76716ae4d77854e5d9a2bcefa25c3da4c368db.tar.zst freebsd-ports-gnome-7f76716ae4d77854e5d9a2bcefa25c3da4c368db.zip |
Add back png and jpeg LIB_DEPENDS. Respect CXX and C
Noticed by: bento
Diffstat (limited to 'graphics/osg/Makefile')
-rw-r--r-- | graphics/osg/Makefile | 4 |
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 |