- Fix build with a fresh giFT port.
Add dependence on pkgconfig. Reported by: pointyhat via kris
This commit is contained in:
parent
9af30db32e
commit
80ed5116f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125157
6 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
|
|
@ -20,6 +20,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
|
|
@ -21,6 +21,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift \
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
|
|
@ -17,6 +17,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
|
|
@ -20,6 +20,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
|
|
@ -21,6 +21,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift \
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
|
Loading…
Reference in a new issue