diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-19 15:06:51 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-19 15:06:51 +0000 |
commit | 521e40d06c159bedb88ce67f4a6d16cd2bfa2abb (patch) | |
tree | 2854a9ad7d5b159bd81cda3e1ea3e4a6f18f0f76 /devel/gps | |
parent | 1242f1e320ecdf95aac6085e315cb4b5066ce660 (diff) | |
download | ports-521e40d06c159bedb88ce67f4a6d16cd2bfa2abb.tar.gz ports-521e40d06c159bedb88ce67f4a6d16cd2bfa2abb.zip |
Notes
Diffstat (limited to 'devel/gps')
-rw-r--r-- | devel/gps/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 710b198775da..e998c11a036b 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -3,6 +3,7 @@ PORTNAME= gps PORTVERSION= 6.1.1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= gps-6.1.1-src @@ -13,8 +14,7 @@ COMMENT= GNAT Programming Studio - IDE for Ada and many other languages LICENSE= GPLv3 -BUILD_DEPENDS= gprbuild>=20140417:${PORTSDIR}/devel/gprbuild \ - gnat_util>=20140422_2:${PORTSDIR}/lang/gnat_util \ +BUILD_DEPENDS= gprbuild:${PORTSDIR}/devel/gprbuild \ xmlada>=4.4:${PORTSDIR}/textproc/xmlada \ gnatcoll>=2015:${PORTSDIR}/devel/gnatcoll \ templates_parser>11:${PORTSDIR}/textproc/templates_parser @@ -22,6 +22,7 @@ LIB_DEPENDS= libgtkada.so:${PORTSDIR}/x11-toolkits/gtkada3 RUN_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \ gnatinspect:${PORTSDIR}/devel/gnatcoll \ gdb${PORTGDB}:${PORTSDIR}/devel/gdb \ + gprbuild:${PORTSDIR}/devel/gprbuild \ ${PYTHON_PKGNAMEPREFIX}pep8>0:${PORTSDIR}/devel/pep8 \ ${PYTHON_PKGNAMEPREFIX}jedi>0:${PORTSDIR}/devel/py-jedi @@ -35,7 +36,7 @@ GPSVER= GPS_VERSION=${PORTVERSION} ALL_TARGET= default NO_MTREE= yes SUB_FILES= gps -PORTGDB= 791 +PORTGDB= ${GDBVER:S/.//} # note: librsvg2 is needed to display the svg icons in the menu. Actually # needed is lib/gdk-pixbuf-2.0/%%GTK2_VER%%/loaders/libpixbufloader-svg.so , @@ -58,6 +59,8 @@ PORTEXAMPLES= demo python remote tutorial xml .include <bsd.port.options.mk> SUB_LIST= ADA_PATH=${PREFIX}/${ADAXX}-aux/bin +GDBVER!= ${GREP} ^PORTVERSION ${.CURDIR}/../gdb/Makefile | \ + ${AWK} '{print $$2}' .if ${PORT_OPTIONS:MDEBUG} MAKE_ARGS+= Build=Debug |