svn commit: r476811 - head/editors/picpas

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Fri Aug 10 08:18:28 UTC 2018


Author: acm
Date: Fri Aug 10 08:18:27 2018
New Revision: 476811
URL: https://svnweb.freebsd.org/changeset/ports/476811

Log:
  - Respect Makefile porting order

Modified:
  head/editors/picpas/Makefile

Modified: head/editors/picpas/Makefile
==============================================================================
--- head/editors/picpas/Makefile	Fri Aug 10 08:15:24 2018	(r476810)
+++ head/editors/picpas/Makefile	Fri Aug 10 08:18:27 2018	(r476811)
@@ -32,13 +32,13 @@ GH_TUPLE=	t-edson:MiConfig:a4a988a:miconfig/miconfig \
 		t-edson:ogEditGraf:328a207:ogeditgraf/ogeeditgraf \
 		t-edson:t-Xpres:6665922:txpres/txpres
 
-LAZARUS_PROJECT_FILES=	Source/PicPas.lpi
-LAZBUILD_ARGS=		-d
-
 USE_FPC_gtk2=	cairo
 USE_GNOME_gtk2=	cairo
 USE_FPC+=	${USE_FPC_${FLAVOR}}
 USE_GNOME+=	${USE_GNOME_${FLAVOR}}
+
+LAZARUS_PROJECT_FILES=	Source/PicPas.lpi
+LAZBUILD_ARGS=		-d
 
 post-patch:
 	${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/Source/Globales.pas


More information about the svn-ports-head mailing list