diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 17:43:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 17:43:31 +0000 |
commit | 8f2d58e93c04f3f9d5f02c2481ac34a05f1a68ac (patch) | |
tree | 9a6c3072dd14ca93c846d68e7788854d759795c4 /cad | |
parent | 7fd7cd3389151e7e00392f0dd57536b522b67e5a (diff) | |
download | ports-8f2d58e93c04f3f9d5f02c2481ac34a05f1a68ac.tar.gz ports-8f2d58e93c04f3f9d5f02c2481ac34a05f1a68ac.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/opencascade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index f5f97fa30f83..1ca1e0e4f87d 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS+=--enable-vis \ USE_GL= glu LIB_DEPENDS+= libftgl.so:${PORTSDIR}/graphics/ftgl \ libfreetype.so:${PORTSDIR}/print/freetype2 \ - libgl2ps:${PORTSDIR}/print/gl2ps + libgl2ps.so:${PORTSDIR}/print/gl2ps PLIST_SUB+= VIS="" . if ${PORT_OPTIONS:MOCAF} CONFIGURE_ARGS+=--enable-caf |