aboutsummaryrefslogtreecommitdiff
path: root/editors/picpas
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-08-10 08:18:27 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-08-10 08:18:27 +0000
commit7cb8ef83c8915f707f1f66b583a5d4b69a23c2c7 (patch)
tree6310e55987dfb49315081cee5a8badca8c7029a0 /editors/picpas
parentc9cc9b01ac509e75263c4e1636c5028644d02456 (diff)
downloadports-7cb8ef83c8915f707f1f66b583a5d4b69a23c2c7.tar.gz
ports-7cb8ef83c8915f707f1f66b583a5d4b69a23c2c7.zip
- Respect Makefile porting order
Notes
Notes: svn path=/head/; revision=476811
Diffstat (limited to 'editors/picpas')
-rw-r--r--editors/picpas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile
index 885844baa03c..ed65b5f091a7 100644
--- a/editors/picpas/Makefile
+++ b/editors/picpas/Makefile
@@ -32,14 +32,14 @@ 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