summaryrefslogtreecommitdiff
path: root/audio/id3ed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/id3ed/Makefile')
-rw-r--r--audio/id3ed/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
index 7147f9f0eed..50726fc40d0 100644
--- a/audio/id3ed/Makefile
+++ b/audio/id3ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/28 22:34:07 grant Exp $
#
DISTNAME= id3ed-1.10.4
@@ -9,14 +9,14 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.azstarnet.com/~donut/programs/id3ed.html
COMMENT= Edit id3 description tags in mpeg3 files
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_GCC_SHLIB= YES
USE_GNU_READLINE= # uses rl_startup_hook
-LIBS+= ${LDFLAGS}
-
-.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"