mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
This commit is contained in:
parent
f590dd2bf9
commit
ea953a7f02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362639
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libgeda
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
|
||||
@ -16,7 +16,7 @@ LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USES= gmake pathfix pkgconfig shared-mime-info
|
||||
USES= gmake libtool pathfix pkgconfig shared-mime-info
|
||||
USE_GNOME= gtk20
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --disable-update-mime-database \
|
||||
|
@ -10,9 +10,9 @@ include/libgeda/papersizes.h
|
||||
include/libgeda/prototype.h
|
||||
include/libgeda/struct.h
|
||||
lib/libgeda.a
|
||||
lib/libgeda.la
|
||||
lib/libgeda.so
|
||||
lib/libgeda.so.33
|
||||
lib/libgeda.so.33.0.2
|
||||
libdata/pkgconfig/libgeda.pc
|
||||
share/geda/prolog.ps
|
||||
share/geda/scheme/geda.scm
|
||||
|
Loading…
Reference in New Issue
Block a user