diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 15:43:14 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 15:49:26 -0500 |
commit | 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 (patch) | |
tree | 0123180d5bb20241a46464f19bae480ea1ca40c5 /graphics/lazpaint/Makefile | |
parent | 41db5078f809a250e42162689e6252619ce5a30c (diff) | |
download | freebsd-ports-0b92f925a3a155ce7b5f4eddfd528553915c6eb8.zip |
lang/fpc-*: Merge all units to lang/fpc
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications
Diffstat (limited to 'graphics/lazpaint/Makefile')
-rw-r--r-- | graphics/lazpaint/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/lazpaint/Makefile b/graphics/lazpaint/Makefile index fb1340b7179d..6ce46c3abf36 100644 --- a/graphics/lazpaint/Makefile +++ b/graphics/lazpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= lazpaint PORTVERSION= 7.1.6 -PORTREVISION= 8 +PORTREVISION= 9 DISTVERSIONPREFIX= v CATEGORIES= graphics PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -15,8 +15,6 @@ gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 USES= desktop-file-utils dos2unix fpc gnome lazarus:flavors xorg -USE_FPC= chm fcl-base fcl-image fcl-json fcl-net fcl-web fcl-xml \ - opengl openssl pasjpeg rtl-extra rtl-objpas x11 USE_XORG= x11 DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) USE_GITHUB= yes @@ -25,9 +23,7 @@ GH_ACCOUNT= bgrabitmap GH_TUPLE= bgrabitmap:bgracontrols:2797120:bgracontrols/bgracontrols \ bgrabitmap:bgrabitmap:d52b5b7:bgrabitmap/bgrabitmapnew -USE_FPC_gtk2= cairo USE_GNOME_gtk2= cairo -USE_FPC+= ${USE_FPC_${FLAVOR}} USE_GNOME+= ${USE_GNOME_${FLAVOR}} DESKTOP_ENTRIES="LazPaint" \ |