- 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
|
PORTNAME= animenfo
|
||||||
PORTVERSION= 20020819
|
PORTVERSION= 20020819
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.animenfo.com/extension/files/
|
MASTER_SITES= http://www.animenfo.com/extension/files/
|
||||||
PKGNAMESUFFIX= -client-gui-gtk${PKGNAMESUFFIX2}
|
PKGNAMESUFFIX= -client-gui-gtk${PKGNAMESUFFIX2}
|
||||||
|
@ -17,12 +17,13 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= dinoex@FreeBSD.org
|
MAINTAINER= dinoex@FreeBSD.org
|
||||||
COMMENT= AnimeNfo client with GTK support
|
COMMENT= AnimeNfo client with GTK support
|
||||||
|
|
||||||
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
USE_GNOME= gtk20
|
USE_GNOME= gtk20
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS}" \
|
CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
||||||
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
|
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
|
||||||
CFLAGS+= ${CPPFLAGS}
|
CFLAGS+= ${CPPFLAGS}
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
Loading…
Reference in a new issue