- Pet portlint
- Switch to options helpers
This commit is contained in:
parent
e2f84577d3
commit
b42359526b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438149
@ -14,26 +14,20 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11 xext
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--x-includes=${LOCALBASE}/include \
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --x-includes=${LOCALBASE}/include \
|
||||
--x-libraries=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \
|
||||
ac_cv_lib_gdbm_dbm_fetch=no
|
||||
USE_PERL5= build
|
||||
MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
|
||||
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
|
||||
|
||||
BROKEN_aarch64= Fails to compile: machine/limits.h not found
|
||||
|
||||
OPTIONS_DEFINE= SOUND
|
||||
|
||||
SOUND_LIB_DEPENDS= libaudio.so:audio/nas
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if empty(PORT_OPTIONS:MSOUND)
|
||||
CONFIGURE_ENV+= ac_cv_lib_audio_AuCloseServer=no
|
||||
.endif
|
||||
SOUND_CONFIGURE_ENV_OFF= ac_cv_lib_audio_AuCloseServer=no
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user