diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 21:47:00 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 21:47:00 +0800 |
commit | ad7d199306a77a4c337326bfa6f0d2247a2a04b6 (patch) | |
tree | af7b518f7ef3bfddd2539d9b1fe5efb1b7c495d6 /lang/oo2c | |
parent | 13dbe99f3418503fee013fe15523de0563b0eb42 (diff) | |
download | freebsd-ports-gnome-ad7d199306a77a4c337326bfa6f0d2247a2a04b6.tar.gz freebsd-ports-gnome-ad7d199306a77a4c337326bfa6f0d2247a2a04b6.tar.zst freebsd-ports-gnome-ad7d199306a77a4c337326bfa6f0d2247a2a04b6.zip |
Switch to USES=libtool:build. Also add a run dependency on libtool because
the compiler can use libtool internally.
Reported by: antoine
Diffstat (limited to 'lang/oo2c')
-rw-r--r-- | lang/oo2c/Makefile | 5 | ||||
-rw-r--r-- | lang/oo2c/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 09058acd8044..8fb36b99434f 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -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 diff --git a/lang/oo2c/pkg-plist b/lang/oo2c/pkg-plist index 0c3258b354e5..f1ed1d405b42 100644 --- a/lang/oo2c/pkg-plist +++ b/lang/oo2c/pkg-plist @@ -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 |