diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-13 02:28:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-13 02:28:24 +0800 |
commit | fcb1f41f9c8b8c3d1d46cc24ed610fe57f0379d8 (patch) | |
tree | 523c8c11ddc38aa5906e393b750b65323aab0a57 /graphics | |
parent | 74f7a461f1e631e2a5fa273d5138a1ed8d9d57a6 (diff) | |
download | freebsd-ports-gnome-fcb1f41f9c8b8c3d1d46cc24ed610fe57f0379d8.tar.gz freebsd-ports-gnome-fcb1f41f9c8b8c3d1d46cc24ed610fe57f0379d8.tar.zst freebsd-ports-gnome-fcb1f41f9c8b8c3d1d46cc24ed610fe57f0379d8.zip |
Use mono to unbreak when no TZ is set
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pinta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pinta/Makefile b/graphics/pinta/Makefile index c7374bc096d5..2fb8d01f9886 100644 --- a/graphics/pinta/Makefile +++ b/graphics/pinta/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake desktop-file-utils pkgconfig +USES= desktop-file-utils gmake mono pkgconfig HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man |