diff options
author | trevor <trevor@FreeBSD.org> | 2002-01-10 04:12:16 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-01-10 04:12:16 +0000 |
commit | c94e4099e4a104b6ffa24e6a5d2fdb832cbd8a9a (patch) | |
tree | af961a4a0cda0b30c6bff7d551d0be7bbb1eabb3 /audio/denemo/Makefile | |
parent | 7dd2de51531603b6c904d846dfef9b94de9c8de6 (diff) | |
download | FreeBSD-ports-c94e4099e4a104b6ffa24e6a5d2fdb832cbd8a9a.zip FreeBSD-ports-c94e4099e4a104b6ffa24e6a5d2fdb832cbd8a9a.tar.gz |
Update to 0.5.8.
Diffstat (limited to 'audio/denemo/Makefile')
-rw-r--r-- | audio/denemo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 2ec3c4a..81aa666 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= denemo -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - intl.1:${PORTSDIR}/devel/gettext + intl.1:${PORTSDIR}/devel/gettext \ + xml.5:${PORTSDIR}/textproc/libxml GNU_CONFIGURE= yes PLIST= ${WRKDIR}/pkg-plist @@ -26,6 +27,7 @@ USE_X_PREFIX= yes post-configure: ${PERL} -pi -e "s:module12:module12 -lgnugetopt:g" ${WRKSRC}/Makefile + ${PERL} -pi -e "s:<wait.h:<sys/wait.h:g" ${WRKSRC}/*.c pre-install: ${ECHO} bin/${PORTNAME} > ${PLIST} |