diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
commit | db5320be856bdee9461022fd559c0bdf3a782778 (patch) | |
tree | b45334273e4e5d66b5244d786aa4b3645a73e907 /x11/grabc | |
parent | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (diff) |
Notes
Diffstat (limited to 'x11/grabc')
-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} |