diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-09-02 13:26:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-09-02 13:26:34 +0000 |
commit | f86cad0ce3a80127b2912301315fa7dac042002d (patch) | |
tree | 724d013a376d218986fefc586ed681b8c219eeb7 /x11/xgrab | |
parent | 4e55a9215df0dcffaf32acdc58dfda0cb691838c (diff) |
Notes
Diffstat (limited to 'x11/xgrab')
-rw-r--r-- | x11/xgrab/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 7cc45a890fad..667c49c96530 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -15,13 +15,11 @@ COMMENT= X11 image grabber BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb -USES= display:build imake +USES= display:build imake:notall USE_XORG= x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f -# "make depend" blows up -XMKMF= xmkmf CFLAGS+= -Wno-error=return-type MAN1= xgrab.1 xgrabsc.1 |