aboutsummaryrefslogtreecommitdiff
path: root/audio/ccaudio/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /audio/ccaudio/Makefile
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
downloadports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz
ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip
Notes
Diffstat (limited to 'audio/ccaudio/Makefile')
-rw-r--r--audio/ccaudio/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile
index bfee41804076..5da1025c32ec 100644
--- a/audio/ccaudio/Makefile
+++ b/audio/ccaudio/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ccaudio
PORTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnutelephony
@@ -18,7 +19,7 @@ LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp
USE_GNOME= gnometarget
USE_REINPLACE= yes
-USE_AUTOTOOLS= libtool:15:inc
+GNU_CONFIGURE= yes
USE_GCC= 3.4
INSTALL_TARGET= install man
INSTALLS_SHLIB= yes
@@ -35,7 +36,4 @@ post-patch:
@${REINPLACE_CMD} -e \
's|@CXXFLAGS@|& $$(g_711_CXXFLAGS)|' ${WRKSRC}/dso/Makefile.in
-pre-configure:
- @${CP} ${LTMAIN} ${WRKSRC}/config
-
.include <bsd.port.post.mk>