diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /print | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.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')
-rw-r--r-- | print/asprint/Makefile | 2 | ||||
-rw-r--r-- | print/gl2ps/Makefile | 3 | ||||
-rw-r--r-- | print/libotf/Makefile | 2 | ||||
-rw-r--r-- | print/mup/Makefile | 5 |
4 files changed, 5 insertions, 7 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile index 6bd7cbb23711..984daeeec700 100644 --- a/print/asprint/Makefile +++ b/print/asprint/Makefile @@ -17,7 +17,7 @@ MAINTAINER= brett@peloton.runet.edu COMMENT= A simple browser to allow a user to print PLIST_FILES= bin/asprint -USE_XORG= x11 +USE_XORG= xmu xpm xt xaw x11 ALL_TARGET= asprint MAKEFILE= makefile diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index 46613b92e42f..cd6e130a92f3 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -7,7 +7,7 @@ PORTNAME= gl2ps PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print graphics MASTER_SITES= http://www.geuz.org/gl2ps/src/ EXTRACT_SUFX= .tgz @@ -16,7 +16,6 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= A C library providing vector output for OpenGL application USE_GL= yes -USE_X_PREFIX= yes USE_LDCONFIG= yes pre-build: diff --git a/print/libotf/Makefile b/print/libotf/Makefile index fe1bbee32f00..3cdeb7c28ca7 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -7,6 +7,7 @@ PORTNAME= libotf PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= print devel MASTER_SITES= http://www.m17n.org/libotf/ @@ -16,7 +17,6 @@ COMMENT= Library for handling OpenType fonts LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_GNOME= pkgconfig -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes diff --git a/print/mup/Makefile b/print/mup/Makefile index cc2fa5fccd0e..fdc4d79042e8 100644 --- a/print/mup/Makefile +++ b/print/mup/Makefile @@ -7,7 +7,7 @@ PORTNAME= mup PORTVERSION= 5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print audio MASTER_SITES= ftp://ftp.arkkra.com/pub/unix/ DISTFILES= mup${PORTVERSION:S/.//}src.tar.gz @@ -15,10 +15,9 @@ DISTFILES= mup${PORTVERSION:S/.//}src.tar.gz MAINTAINER= araujo@FreeBSD.org COMMENT= A shareware program for typesetting music -USE_XLIB= yes - MAN1= mup.1 mkmupfnt.1 mupdisp.1 mupprnt.1 PLIST_FILES= bin/mkmupfnt bin/mup bin/mupdisp bin/mupprnt +USE_XORG= x11 MOREDOCS= docs/README0 docs/overview.txt docs/register.txt\ docs/mupfeat.txt docs/faq.txt docs/license.txt docs/uguide.ps PORTDOCS= * |