diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-21 11:17:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-21 11:17:46 +0000 |
commit | 3ced0583536d53c7ea14360c16cc8d2b3bec2ace (patch) | |
tree | 3e1b8a44dfd4fff78abd8b35f2bdb76f1f65b0fd /lang/nbc | |
parent | 3c27084f9f2645a0110de277d6fb127a4a4b3c2d (diff) | |
download | ports-3ced0583536d53c7ea14360c16cc8d2b3bec2ace.tar.gz ports-3ced0583536d53c7ea14360c16cc8d2b3bec2ace.zip |
lang/nbc: Unbreak after upgrade to FPC 3.0.0
Notes
Notes:
svn path=/head/; revision=404089
Diffstat (limited to 'lang/nbc')
-rw-r--r-- | lang/nbc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index c4367cf11322..415726a1a01a 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -5,7 +5,7 @@ PORTNAME= nbc PORTVERSION= 1.2.1.r4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -23,7 +23,7 @@ ROBOCTL_DESC= Include roboctl to communicate with the NXT ROBOCTL_RUN_DEPENDS= legoctl:${PORTSDIR}/devel/roboctl USES= dos2unix gmake tar:tgz -USE_FPC= fcl-base fcl-image hash pasjpeg paszlib +USE_FPC= fcl-base fcl-image pasjpeg rtl-objpas PLIST_FILES= bin/nbc \ include/nbc/NXCDefs.h \ |