diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-25 15:16:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-25 15:16:05 +0000 |
commit | d9755ad7e1cd4249525ecc2fb02f24fcf5dc682f (patch) | |
tree | a3c17b95617f684662f4d960f0de8e2ee7a2f20d /x11 | |
parent | fix build on -stable (diff) |
add missing dependency to X
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=99080
Diffstat (limited to 'x11')
-rw-r--r-- | x11/grabc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile index 4c78781f90df..e5c3be4ddc14 100644 --- a/x11/grabc/Makefile +++ b/x11/grabc/Makefile @@ -8,6 +8,7 @@ PORTNAME= grabc PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://muquit.com/muquit/software/grabc/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -15,6 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Grab a color from screen +USE_XLIB= yes CFLAGS+= -I${X11BASE}/include LIBS+= -L${X11BASE}/lib -lX11 |