diff options
Diffstat (limited to 'audio/ccaudio/Makefile')
-rw-r--r-- | audio/ccaudio/Makefile | 6 |
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> |