aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/repng2jpeg
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-21 02:35:44 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-21 02:35:44 +0800
commiteb08c5441cf4772f805b99523084b12164ed2495 (patch)
treef4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/repng2jpeg
parenta285ade9102ca7c15642dfccd7816abc3c725c98 (diff)
downloadfreebsd-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/Makefile7
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}