Stage support, uses gmake
This commit is contained in:
parent
150b789f32
commit
9714b96f72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338188
@ -14,13 +14,11 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gettext pkgconfig iconv
|
||||
USES= gettext gmake iconv pkgconfig
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e "s,@SCIM_MODULEDIR@,$$(pkg-config --variable=moduledir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s,@SCIM_ICONDIR@,$$(pkg-config --variable=icondir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user