summaryrefslogtreecommitdiff
path: root/archivers/peazip/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-02-07 19:43:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-02-07 19:43:56 +0000
commit71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8 (patch)
tree9e818b5d09f2e948238e96c1a5ae1e8212983272 /archivers/peazip/Makefile
parentdevel/avr-gdb: document ncurses requirement (USES+=ncurses) (diff)
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for example GLIB_SCHEMAS has stayed the same. Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk is now forbidden. And adapt ports that where still doing that. Exp-runs done by: antoine@ PR: 205432 Reviewed by: antoine@, mat@ Approved by: portmgr (antoine@) Differential Revision: https://reviews.freebsd.org/D3653
Notes
Notes: svn path=/head/; revision=408449
Diffstat (limited to '')
-rw-r--r--archivers/peazip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile
index 0e686f33daab..a3e29b89fe94 100644
--- a/archivers/peazip/Makefile
+++ b/archivers/peazip/Makefile
@@ -40,7 +40,7 @@ QT4_DESC= Use qt4 interface
OPTIONS_DEFAULT= GTK2 7Z
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
USE_FPC+= gtk2
@@ -112,4 +112,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>