diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-04-11 17:14:36 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-04-11 17:14:36 +0000 |
commit | 4941b5756d3b770fe4c42bff9d1b957d97060869 (patch) | |
tree | b662d2a9dbed44778bfea2a0f8bf2392481434e8 /print/lyx15 | |
parent | This is no longer broken. (diff) |
Add a configure's argument to explicitly specify xforms in the xforms
case. Apparently, there is no default any more.
Submitted by: Diane Bruce; Steve
Notes
Notes:
svn path=/head/; revision=159339
Diffstat (limited to 'print/lyx15')
-rw-r--r-- | print/lyx15/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 1d757499c868..dfe6ba50b6d5 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -59,6 +59,7 @@ CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf .else LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms +CONFIGURE_ARGS+=--with-frontend=xforms USE_XPM= yes .endif |