diff options
Diffstat (limited to 'x11/grabc/Makefile')
-rw-r--r-- | x11/grabc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile index cde11439cf45..0106d623bff9 100644 --- a/x11/grabc/Makefile +++ b/x11/grabc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: grabc -# Date Created: Dec 30, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= grabc PORTVERSION= 1.1 @@ -21,6 +16,7 @@ USE_XORG= x11 CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LIBS} |