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