diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /print/gl2ps | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) | |
download | freebsd-ports-gnome-c4c8f4be4536497618de854065bf169361a7ad2b.tar.gz freebsd-ports-gnome-c4c8f4be4536497618de854065bf169361a7ad2b.tar.zst freebsd-ports-gnome-c4c8f4be4536497618de854065bf169361a7ad2b.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/gl2ps')
-rw-r--r-- | print/gl2ps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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: |