diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/qslim | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | ports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Notes
Diffstat (limited to 'graphics/qslim')
-rw-r--r-- | graphics/qslim/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile index d0c6d160392c..166680cc7578 100644 --- a/graphics/qslim/Makefile +++ b/graphics/qslim/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: qslim -# Date created: Jan 6, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= qslim PORTVERSION= 2.1 @@ -38,6 +33,7 @@ CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/libgfx/ |