diff options
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 |