diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
commit | c0b7145df28e7429c6182f219c699ee01fabdb9a (patch) | |
tree | f9c6286fe7054695e2fcc571061cd6d3ed5f216d /graphics/lazpaint | |
parent | e9791b91d43b0140cf2b03162f96f21db72f38c9 (diff) | |
download | freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.gz freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.zst freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.zip |
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
Diffstat (limited to 'graphics/lazpaint')
-rw-r--r-- | graphics/lazpaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lazpaint/Makefile b/graphics/lazpaint/Makefile index da122bc9b35a..da9ffc7432a0 100644 --- a/graphics/lazpaint/Makefile +++ b/graphics/lazpaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= lazpaint PORTVERSION= 6.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} |