diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 03:25:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 03:25:37 +0000 |
commit | 1d9bdfcc5fada355628c504f3e03b4c144cba58c (patch) | |
tree | bc6c64b55f5f2b52a027907a72a2947491cb3c71 | |
parent | Update MASTER_SITES (diff) |
One of the libraries this port relied on was renamed from libosg.so.1
to libosg.so. Unfortunatly, ldconfig doesn't pick up that name so
I had to move it from the LIB_DEPENDS section to the
BUILD_DEPENDS/RUN_DEPENDS section.
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70225
-rw-r--r-- | graphics/vterrain-sdk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/vterrain-sdk/Makefile b/graphics/vterrain-sdk/Makefile index 76ec86e26853..c42732b84270 100644 --- a/graphics/vterrain-sdk/Makefile +++ b/graphics/vterrain-sdk/Makefile @@ -11,12 +11,13 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.vterrain.org/pub/vterrain/dist/ MASTER_SITE_SUBDIR= rhh -DISTFILES= TerrainSDK-${PORTVERSION}.zip +DISTNAME= TerrainSDK-${PORTVERSION} MAINTAINER= aa8vb@nc.rr.com +BUILD_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg +RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf \ - osg.1:${PORTSDIR}/graphics/osg \ png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/TerrainSDK |