diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
commit | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (patch) | |
tree | 2386b7ed02bc9418c9764eee5fdba9c3c6b7fde0 /print | |
parent | - Remove USE_X_PREFIX (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209697
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx-devel/Makefile | 2 | ||||
-rw-r--r-- | print/lyx/Makefile | 2 | ||||
-rw-r--r-- | print/lyx14/Makefile | 2 | ||||
-rw-r--r-- | print/lyx16/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index e59cd3f5188e..9738300c555a 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -90,7 +90,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-font .else LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms CONFIGURE_ARGS+=--with-frontend=xforms -USE_XPM= yes +USE_XORG= x11 .endif .if defined(WITH_ASPELL) diff --git a/print/lyx/Makefile b/print/lyx/Makefile index e59cd3f5188e..9738300c555a 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -90,7 +90,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-font .else LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms CONFIGURE_ARGS+=--with-frontend=xforms -USE_XPM= yes +USE_XORG= x11 .endif .if defined(WITH_ASPELL) diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index e59cd3f5188e..9738300c555a 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -90,7 +90,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-font .else LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms CONFIGURE_ARGS+=--with-frontend=xforms -USE_XPM= yes +USE_XORG= x11 .endif .if defined(WITH_ASPELL) diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index e59cd3f5188e..9738300c555a 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -90,7 +90,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-font .else LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms CONFIGURE_ARGS+=--with-frontend=xforms -USE_XPM= yes +USE_XORG= x11 .endif .if defined(WITH_ASPELL) |