diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 01:02:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 01:02:27 +0800 |
commit | 312f708f3dd424d006051aa86e530882f287e1df (patch) | |
tree | 34b963cf27ec0ddee2ed1a6ac00d711bf054b4a2 /print/lyx16 | |
parent | dc824ff241fba7ff39d6f0635402252a465c32c4 (diff) | |
download | freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.tar.gz freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.tar.zst freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'print/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |