aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlada
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 21:42:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 21:42:37 +0000
commit87249183dadef4c524f2ac5c529c8fdce3810dbe (patch)
tree36e709581d66f22daee9e34b4275783bdbe420f2 /textproc/xmlada
parentd0cf5432ab0c56ebf5fbe369ea7a2fdf67f6d438 (diff)
downloadports-87249183dadef4c524f2ac5c529c8fdce3810dbe.tar.gz
ports-87249183dadef4c524f2ac5c529c8fdce3810dbe.zip
Notes
Diffstat (limited to 'textproc/xmlada')
-rw-r--r--textproc/xmlada/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index 9b131135e69d..e741fb826bca 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= aidan@velvet.net
COMMENT= An XML parsing library for Ada 95
-BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
+BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -36,6 +36,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
.endif
${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/${INFO_PATH}/xmlada.info
- install-info ${PREFIX}/${INFO_PATH}/xmlada.info ${PREFIX}/${INFO_PATH}/dir
.include <bsd.port.mk>