mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add USES=libtool
This commit is contained in:
parent
cabedd1976
commit
899267e22c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366580
2 changed files with 5 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
PORTNAME= pangox-compat
|
||||
PORTVERSION= 0.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -13,13 +14,13 @@ COMMENT= Deprecated pangoX support
|
|||
|
||||
BUILD_DEPENDS= pango>=1.34.0:${PORTSDIR}/x11-toolkits/pango
|
||||
|
||||
USES= gmake libtool pathfix pkgconfig tar:xz
|
||||
USE_XORG= x11 ice
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pathfix pkgconfig tar:xz
|
||||
USE_GNOME= glib20 pango
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
etc/pango/pangox.aliases
|
||||
include/pango-1.0/pango/pangox.h
|
||||
lib/libpangox-1.0.a
|
||||
lib/libpangox-1.0.la
|
||||
lib/libpangox-1.0.so
|
||||
lib/libpangox-1.0.so.0
|
||||
lib/libpangox-1.0.so.0.0.0
|
||||
libdata/pkgconfig/pangox.pc
|
||||
@dirrm etc/pango
|
||||
|
|
Loading…
Add table
Reference in a new issue