Index: head/audio/id3v2/Makefile =================================================================== --- head/audio/id3v2/Makefile (revision 85826) +++ head/audio/id3v2/Makefile (revision 85827) @@ -1,32 +1,32 @@ # New ports collection makefile for: id3v2 # Date created: 10 Oct 2001 # Whom: David MacKenzie # # $FreeBSD$ # PORTNAME= id3v2 PORTVERSION= 0.1.9 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= id3v2 MAINTAINER= rehsack@liwing.de COMMENT= Command line id3v2 tag editor LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib USE_GETOPT_LONG=yes -CPPFLAGS= -I${LOCALBASE}/include +CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1 LDFLAGS= -L${LOCALBASE}/lib CFLAGS+= ${CPPFLAGS} MAKE_ENV= LDFLAGS="${LDFLAGS}" MAN1= id3v2.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/id3v2 ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/id3v2.1 ${PREFIX}/man/man1 .include Property changes on: head/audio/id3v2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property