diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 02:47:53 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 02:47:53 +0000 |
commit | 83c7e06d7a143b6dc256595156db696c21e7fd7c (patch) | |
tree | 0bb3b5c13cf64d03f3b1cbc0f6ffa0f54d8c0ef0 /editors/lazarus-lcl-nogui | |
parent | - Fix static linking issues on amd64 (diff) |
- Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have been
modified. It will avoid mismatch size problems with some lazarus files
Notes
Notes:
svn path=/head/; revision=329013
Diffstat (limited to 'editors/lazarus-lcl-nogui')
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile index 548710f7e97f..6b9dd61cf259 100644 --- a/editors/lazarus-lcl-nogui/Makefile +++ b/editors/lazarus-lcl-nogui/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-nogui COMMENT= Lazarus components library - No gui backend |