diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-06-18 20:51:39 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-06-18 20:51:39 +0000 |
commit | 2f1a668160b40a16ff31f60d9c3c1c0363b2bff4 (patch) | |
tree | 603886fb45cc5bfe41b2c62c5d23be43a92f7612 /editors/lazarus-lcl-nogui | |
parent | - Switch to bugzilla as default value for the mode (diff) |
- Update to 1.2.4
- Remove obsolete patch files
- Re-installation or update of lazarus should work fine from now
- STAGEDIR support
Notes
Notes:
svn path=/head/; revision=358314
Diffstat (limited to 'editors/lazarus-lcl-nogui')
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile index ed154dc2d0dd..484aab5a3452 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= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -lcl-nogui COMMENT= Lazarus components library - No gui backend @@ -12,7 +12,5 @@ LCL_INTERFACE= nogui MASTERDIR= ${.CURDIR}/../../editors/lazarus -NO_STAGE= yes - OPT= # .include "${MASTERDIR}/Makefile" |