diff options
Diffstat (limited to 'x11/grabc/Makefile')
-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 |