aboutsummaryrefslogtreecommitdiff
path: root/archivers/peazip
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-04-05 04:52:36 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-04-05 04:52:36 +0000
commit5ab881a5d9e41945e066f0332b891e12e66d0841 (patch)
tree1407eca99be95ddb9e55faff3e70910850182df9 /archivers/peazip
parentb223666a533d6e9084dba015d034ffcf7b72a3b3 (diff)
downloadports-5ab881a5d9e41945e066f0332b891e12e66d0841.tar.gz
ports-5ab881a5d9e41945e066f0332b891e12e66d0841.zip
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
Notes
Notes: svn path=/head/; revision=466532
Diffstat (limited to 'archivers/peazip')
-rw-r--r--archivers/peazip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile
index a53bd2677746..01de48a92926 100644
--- a/archivers/peazip/Makefile
+++ b/archivers/peazip/Makefile
@@ -15,7 +15,7 @@ LICENSE= LGPL3
BUILD_DEPENDS= lazbuild:editors/lazarus \
fpcres:lang/fpc-utils
-USES= dos2unix zip
+USES= dos2unix fpc zip
USE_FPC= cairo chm fcl-base fcl-image pasjpeg rtl-objpas x11
USE_GNOME= #
@@ -43,7 +43,7 @@ QT5_DESC= Use qt5 interface
OPTIONS_DEFAULT= GTK2 7Z
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
USE_FPC+= gtk2
@@ -124,4 +124,4 @@ do-install:
${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/
${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/pealauncher ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>