mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Switch to USES=libtool:build. Also add a run dependency on libtool because
the compiler can use libtool internally. Reported by: antoine
This commit is contained in:
parent
13dbe99f34
commit
ad7d199306
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364539
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= oo2c
|
||||
PORTVERSION= 2.1.11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/ooc/ooc2/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION}
|
||||
@ -12,10 +12,11 @@ MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany
|
||||
|
||||
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
||||
LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc
|
||||
|
||||
DOCSDIR= lib/${PORTNAME}
|
||||
USES= gmake libtool tar:bzip2
|
||||
USES= gmake libtool:build tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_CSTD= gnu89
|
||||
|
@ -8,7 +8,6 @@ man/man1/oob.1.gz
|
||||
man/man1/ooef.1.gz
|
||||
man/man1/oowhereis.1.gz
|
||||
lib/liboo2c.a
|
||||
lib/liboo2c.la
|
||||
lib/liboo2c.so
|
||||
lib/liboo2c.so.3
|
||||
lib/oo2c/emacs/o2-default.el
|
||||
|
Loading…
Reference in New Issue
Block a user