diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-25 15:16:05 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-25 15:16:05 +0000 |
commit | 5bbffc8d836c8d67487fc38d23885d33338e0c81 (patch) | |
tree | 9c18030641f547de6d610e9f7dda2b2fdb36ebdb /x11 | |
parent | 6060bc34eceaade9f9ab01926f11fe491f894bd1 (diff) | |
download | FreeBSD-ports-5bbffc8d836c8d67487fc38d23885d33338e0c81.zip FreeBSD-ports-5bbffc8d836c8d67487fc38d23885d33338e0c81.tar.gz |
add missing dependency to X
Noticed by: bento via kris
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 4c78781..e5c3be4 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 |