diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /print | |
parent | Repocopy linux_base-f7 -> linux_base-f8 is completed. (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=209811
Diffstat (limited to 'print')
-rw-r--r-- | print/hp2xx/Makefile | 2 | ||||
-rw-r--r-- | print/mgv/Makefile | 5 | ||||
-rw-r--r-- | print/wmlpq/Makefile | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile index 91f3f66df699..dff2eb952b31 100644 --- a/print/hp2xx/Makefile +++ b/print/hp2xx/Makefile @@ -33,7 +33,7 @@ LDFLAGS= -lm -L${LOCALBASE}/lib -ltiff -lpng -lz PKGNAMESUFFIX= -nox11 PREVIEWER= no_prev .else -USE_XLIB= yes +USE_XORG= x11 CPPFLAGS+= -DHAS_UNIX_X11 -I${X11BASE}/include LDFLAGS+= -L${X11BASE}/lib -lX11 PREVIEWER= to_x11 diff --git a/print/mgv/Makefile b/print/mgv/Makefile index 9cd2067a40dd..6f06164f817f 100644 --- a/print/mgv/Makefile +++ b/print/mgv/Makefile @@ -7,7 +7,7 @@ PORTNAME= mgv PORTVERSION= 3.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.netsw.org/graphic/postscript/interpreter/mgv/ \ http://mirror2.unixfreunde.de/ \ @@ -16,8 +16,7 @@ MASTER_SITES= http://www.netsw.org/graphic/postscript/interpreter/mgv/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A PostScript and PDF previewer -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} diff --git a/print/wmlpq/Makefile b/print/wmlpq/Makefile index 26e22453ce8a..f6b7cde63654 100644 --- a/print/wmlpq/Makefile +++ b/print/wmlpq/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmlpq PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print windowmaker MASTER_SITES= http://www.ur.uklinux.net/wmlpq/dl/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -18,8 +18,7 @@ COMMENT= Print queue monitoring dockapp for Window Maker LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm MAN1= ${PORTNAME}.1x |