diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/repng2jpeg | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | freebsd-ports-gnome-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz freebsd-ports-gnome-eb08c5441cf4772f805b99523084b12164ed2495.tar.zst freebsd-ports-gnome-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/repng2jpeg')
-rw-r--r-- | graphics/repng2jpeg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/repng2jpeg/Makefile b/graphics/repng2jpeg/Makefile index c9c853d92429..779becea3d80 100644 --- a/graphics/repng2jpeg/Makefile +++ b/graphics/repng2jpeg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: repng2jpeg -# Date created: 2008-08-17 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= repng2jpeg PORTVERSION= 1.0.4 @@ -23,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lgd PLIST_FILES= bin/repng2jpeg RESTRICTED= No license text in tarball and website +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \ ${WRKSRC}/src/repng2jpeg.c ${LDFLAGS} |