diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
commit | 230cf6828ff8e331d6ad8fe0f281d3656e7592bf (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /lang/nbc | |
parent | 3986cfea667e50f96de500e756073fe4208720fd (diff) | |
download | freebsd-ports-gnome-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.tar.gz freebsd-ports-gnome-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.tar.zst freebsd-ports-gnome-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.zip |
- 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
Diffstat (limited to 'lang/nbc')
-rw-r--r-- | lang/nbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 6e9a55dfc939..fed2b042774f 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -5,7 +5,7 @@ PORTNAME= nbc PORTVERSION= 1.2.1.r4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} DISTNAME= ${PORTNAME}-${PORTVERSION}.src |