diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 10:47:53 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 10:47:53 +0800 |
commit | 83c7e06d7a143b6dc256595156db696c21e7fd7c (patch) | |
tree | 0bb3b5c13cf64d03f3b1cbc0f6ffa0f54d8c0ef0 /editors/lazarus | |
parent | c597c9a763b78fe06aa1b188a57711e9e62c5e96 (diff) | |
download | freebsd-ports-gnome-83c7e06d7a143b6dc256595156db696c21e7fd7c.tar.gz freebsd-ports-gnome-83c7e06d7a143b6dc256595156db696c21e7fd7c.tar.zst freebsd-ports-gnome-83c7e06d7a143b6dc256595156db696c21e7fd7c.zip |
- Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have been
modified. It will avoid mismatch size problems with some lazarus files
Diffstat (limited to 'editors/lazarus')
-rw-r--r-- | editors/lazarus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index d4f61bf914a3..45a97cf1fcd5 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -3,7 +3,7 @@ PORTNAME= lazarus PORTVERSION= 1.0.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= editors devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S|$|acm/freepascal/|} \ |