diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /x11/grabc | |
parent | Add system-config-printer (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11/grabc')
-rw-r--r-- | x11/grabc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile index db5e94ad402f..877b79c45c64 100644 --- a/x11/grabc/Makefile +++ b/x11/grabc/Makefile @@ -8,7 +8,7 @@ PORTNAME= grabc PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://muquit.com/muquit/software/grabc/ \ http://www.carpetsmoker.net/distfiles/ \ @@ -19,7 +19,7 @@ MAINTAINER= carpetsmoker@xs4all.nl COMMENT= Grab a color from screen PLIST_FILES= bin/grabc -USE_XLIB= yes +USE_XORG= x11 CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 |