mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
e273d4d26b
commit
489f5485f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362962
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= autogen
|
||||
PORTVERSION= 5.12
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNU
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/rel${PORTVERSION}
|
||||
@ -15,7 +15,7 @@ COMMENT= The Automated Program Generator
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
||||
|
||||
USES= gmake pathfix shebangfix tar:bzip2
|
||||
USES= gmake libtool pathfix shebangfix tar:bzip2
|
||||
USE_GNOME= libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes --datadir=${PREFIX}/share
|
||||
|
@ -6,9 +6,9 @@ bin/xml2ag
|
||||
include/autoopts/options.h
|
||||
include/autoopts/usage-txt.h
|
||||
lib/libopts.a
|
||||
lib/libopts.la
|
||||
lib/libopts.so
|
||||
lib/libopts.so.35
|
||||
lib/libopts.so.25
|
||||
lib/libopts.so.25.10.0
|
||||
libdata/pkgconfig/autoopts.pc
|
||||
share/aclocal/autoopts.m4
|
||||
%%DATADIR%%/aginfo.tpl
|
||||
|
Loading…
Reference in New Issue
Block a user