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
8dec8dc1d7
commit
ebe19cd72b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362753
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= libpano12
|
||||
PORTVERSION= 2.8.6
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= graphics java
|
||||
MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -21,8 +21,9 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
|
||||
USE_GNOME= gtk20 glib20 pango atk
|
||||
|
||||
USES= libtool
|
||||
USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env \
|
||||
automake:env libtool:env
|
||||
automake:env libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \
|
||||
-I${LOCALBASE}/include/glib-2.0 \
|
||||
|
@ -9,7 +9,7 @@ include/pano12/pteditor.h
|
||||
include/pano12/ptutils.h
|
||||
include/pano12/queryfeature.h
|
||||
include/pano12/version.h
|
||||
lib/libpano12.la
|
||||
lib/libpano12.so
|
||||
lib/libpano12.so.0
|
||||
lib/libpano12.so.0.0.0
|
||||
@dirrm include/pano12
|
||||
|
Loading…
Reference in New Issue
Block a user