diff options
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 6fa94356d040..9aee44302848 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -6,16 +6,19 @@ # PORTNAME= esound -PORTVERSION= 0.2.23 +PORTVERSION= 0.2.24 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/esound +DUST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile -USE_LIBTOOL= yes +USE_BZIP2= yes INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |