diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-11 08:33:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-11 08:33:46 +0000 |
commit | 1e712519bb9b54cd04b04da118636f0fa57871af (patch) | |
tree | 69e121a5a9e5181e958e90d058c51f416c63cf16 | |
parent | Unbreak the build by putting back the do-build and do-install targets (diff) |
Add missing LIB_DEPENDS on libungif.
Pointy hat to: ijliao
-rw-r--r-- | graphics/osg-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/osg/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 01bfa90748c9..535e6eaeb1fe 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -14,6 +14,7 @@ MAINTAINER= aa8vb@nc.rr.com LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + ungif.5:${PORTSDIR}/graphics/libungif \ freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 01bfa90748c9..535e6eaeb1fe 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -14,6 +14,7 @@ MAINTAINER= aa8vb@nc.rr.com LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + ungif.5:${PORTSDIR}/graphics/libungif \ freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes |