diff options
author | acm <acm@FreeBSD.org> | 2013-10-02 10:47:53 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-10-02 10:47:53 +0800 |
commit | 046a766385374235e52b40c196cb579eb4b3a559 (patch) | |
tree | 0bb3b5c13cf64d03f3b1cbc0f6ffa0f54d8c0ef0 /editors/lazarus-lcl-gtk | |
parent | 06dc96aee528a1e4136380288d4794aafe2a23ba (diff) | |
download | freebsd-ports-gnome-046a766385374235e52b40c196cb579eb4b3a559.tar.gz freebsd-ports-gnome-046a766385374235e52b40c196cb579eb4b3a559.tar.zst freebsd-ports-gnome-046a766385374235e52b40c196cb579eb4b3a559.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-lcl-gtk')
-rw-r--r-- | editors/lazarus-lcl-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus-lcl-gtk/Makefile b/editors/lazarus-lcl-gtk/Makefile index 8121df00861a..d3c94904cd29 100644 --- a/editors/lazarus-lcl-gtk/Makefile +++ b/editors/lazarus-lcl-gtk/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-gtk COMMENT= Lazarus components library - GTK backend |