diff options
Diffstat (limited to 'audio/arts/Makefile')
-rw-r--r-- | audio/arts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 59b9ff2bce0d..d259023e2cf0 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -7,7 +7,7 @@ # PORTNAME= arts -PORTVERSION= 1.5.9 +PORTVERSION= 1.5.10 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= audio kde @@ -37,6 +37,8 @@ _NO_KDE_FINAL= yes CFLAGS+= -DHAVE_VASPRINTF CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" +CONFIGURE_TARGET= # empty +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= ESD "Enable esound support" off \ NAS "Enable NAS support" off |