Date: Fri, 20 Mar 2015 08:42:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381719 - head/x11/xcalc Message-ID: <201503200842.t2K8gGIS005155@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Mar 20 08:42:16 2015 New Revision: 381719 URL: https://svnweb.freebsd.org/changeset/ports/381719 QAT: https://qat.redports.org/buildarchive/r381719/ Log: Readd font-alias as a dependency Modified: head/x11/xcalc/Makefile Modified: head/x11/xcalc/Makefile ============================================================================== --- head/x11/xcalc/Makefile Fri Mar 20 08:41:36 2015 (r381718) +++ head/x11/xcalc/Makefile Fri Mar 20 08:42:16 2015 (r381719) @@ -2,7 +2,7 @@ PORTNAME= xcalc PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -10,6 +10,7 @@ COMMENT= Scientific calculator for X RUN_DEPENDS= font-misc-misc>=1.1.2:${PORTSDIR}/x11-fonts/font-misc-misc \ font-adobe-100dpi>=1.0.3:${PORTSDIR}/x11-fonts/font-adobe-100dpi \ + font-alias>=1.0.3:${PORTSDIR}/x11-fonts/font-alias \ xbitmaps>=1.1.0:${PORTSDIR}/x11/xbitmaps XORG_CAT= app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503200842.t2K8gGIS005155>