diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 08:06:43 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 08:06:43 +0000 |
commit | 230cf6828ff8e331d6ad8fe0f281d3656e7592bf (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /graphics/fpc-cairo/Makefile | |
parent | 3986cfea667e50f96de500e756073fe4208720fd (diff) |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Notes
Notes:
svn path=/head/; revision=393766
Diffstat (limited to 'graphics/fpc-cairo/Makefile')
-rw-r--r-- | graphics/fpc-cairo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fpc-cairo/Makefile b/graphics/fpc-cairo/Makefile index 63bebfbbb517..f0020ee382b7 100644 --- a/graphics/fpc-cairo/Makefile +++ b/graphics/fpc-cairo/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -cairo |