- Fix build and extend dependencies
This commit is contained in:
parent
d70e2151e7
commit
dd9f075af6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212581
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= animenfo
|
||||
PORTVERSION= 20020819
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.animenfo.com/extension/files/
|
||||
PKGNAMESUFFIX= -client-gui-gtk${PKGNAMESUFFIX2}
|
||||
|
@ -17,12 +17,13 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= AnimeNfo client with GTK support
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS}" \
|
||||
CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
|
||||
CFLAGS+= ${CPPFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
Loading…
Reference in a new issue