diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 05:25:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 05:25:50 +0000 |
commit | 7e42d7a7c432d4054d5333fae985038b61828078 (patch) | |
tree | a3f359548461e38bb1bea0d93a14a285d2f1b048 /www/openvrml | |
parent | c97b5b3ca34e50650f058d404ecb9d8fb2405771 (diff) |
Notes
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 0e8d22bdc330..0231a5422596 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -17,7 +17,7 @@ COMMENT= VRML97 runtime and browser ("lookat") BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-js.pc:${PORTSDIR}/www/mozilla \ ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \ - pkg-config:${PORTSDIR}/devel/pkgconfig + pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig |