aboutsummaryrefslogtreecommitdiffstats
path: root/www/linuxpluginwrapper
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-02-09 09:37:35 +0800
committernork <nork@FreeBSD.org>2004-02-09 09:37:35 +0800
commitf63ab76b262bc483ac3d8676fd508b8109c9d4f6 (patch)
tree940778e91526c8a2562cb26cc2c91ec06068ff87 /www/linuxpluginwrapper
parent8a0d392f42d43fdc9c9c80d503c006f74612411a (diff)
downloadfreebsd-ports-gnome-f63ab76b262bc483ac3d8676fd508b8109c9d4f6.tar.gz
freebsd-ports-gnome-f63ab76b262bc483ac3d8676fd508b8109c9d4f6.tar.zst
freebsd-ports-gnome-f63ab76b262bc483ac3d8676fd508b8109c9d4f6.zip
Add dependency on Motif for Opera's operamotifwrapper.
Submitted by: lioux
Diffstat (limited to 'www/linuxpluginwrapper')
-rw-r--r--www/linuxpluginwrapper/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index fdd4376860f7..18b5c6b55697 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -24,6 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/prin
ONLY_FOR_ARCHS= i386
USE_XLIB= yes
+USE_MOTIF= yes
USE_REINPLACE= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
CONFLICTS= flashpluginwrapper-*
f472c02e80eed54c36271d60a9f0446f'>- Add a USE_PERL5=fixpacklist to account for ports creating one when not usingmat2014-05-251-3/+5 | | | | | | | | | USE_PERL5=configure or USE_PERL5=modbuildtiny. - Change perl5.mk to use a specific target and not abuse post-stage. Reviewed by: bapt With Hat: portmgr Sponsored by: Absolight * Drop support for non staged perl portsbapt2014-04-091-2/+0 | * Tell the configure scripts to use ${PERL} for PERL_PATH, this fixesrene2014-04-041-1/+1 | | | | | | e.g. devel/libbonobo Approved by: portmgr (bapt) * When USES=perl5 is localed (what ever run or build depend) define a cache ↵bapt2014-03-301-0/+1 | | | | | | variable so autoconf always pick up the version from localbase This eliminate a lot of perl related Q/A warnings * Move MAINTAINER lines to the end of the initial comment block andgerald2014-03-151-2/+2 | | | | | | make things a bit more consistent. Approved by: portmgr (bapt) * - Check test:sunpoet2014-03-131-1/+4 | * - Add regression-test: for all USES=perl5 portssunpoet2014-03-131-0/+13 | | | | | Approved by: mat (portmgr) Tested by: sunpoet (myself, almost 2 years) * Like it was announced six months ago, remove Perl 5.12.mat2014-02-141-7/+2 | | | | Sponsored by: Absolight * Add a note to people still running perl 5.12 that it's going to disapear soon.mat2014-02-031-0/+1 | | | | Sponsored by: Absolight * Only defines the post-stage when neededbapt2014-01-271-1/+1 | * Bump perl version here too.mat2014-01-121-1/+1 | * - Use leading "-" to ignore exit status instead of trailing "|| ${TRUE}"sunpoet2013-10-281-1/+1 | | | | Suggested by: mat * - Add missing || ${TRUE}sunpoet2013-10-251-1/+1 | * - Fix .packlist only when ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto existssunpoet2013-10-241-1/+1 | | | | Reported by: John Marino <freebsd.contact@marino.st> * - Cosmetic change:sunpoet2013-10-201-21/+20 | | | | | - Reorder knobs - Indent using tabstop=4 * - Add staging support for USE_PERL5=modbuild*sunpoet2013-10-201-9/+20 | | | | - Remove STAGEDIR prefix from .packlist * - Minor cleanup for PERL5_MAN* and P5MAN*sunpoet2013-09-261-5/+2 | | | | | | | | - perl.mk changes MAN3PREFIX only therefore we keep *MAN3 setting - PERL5_MAN[124-9] point to non-existence directories Submitted by: sunpoet Reviewed by: az * - Remove trailing slashsunpoet2013-09-241-1/+1 | | | | Approved by: bapt (via IRC) * Introduce a new MANDIRS macros to make the compress-man determine where the ↵bapt2013-09-241-0/+1 | | | | | | | | | makefiles should be found Previous implementation was based on etc/man.d which doesn't exists in FreeBSD 8. By default MANDIRS is ${MANPREFIX}/man. if a port adds USES=perl5 then the perl default locations is added Reviewed by: bdrewery