summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/libiconv/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index bed6b31bef0..91b6697ba05 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/12 19:24:39 tron Exp $
#
DISTNAME= libiconv-1.5
@@ -14,4 +14,10 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE+= ${WRKSRC}/autoconf/ltconfig
LTCONFIG_OVERRIDE+= ${WRKSRC}/libcharset/autoconf/ltconfig
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == SunOS)
+PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS}
+.endif
+
.include "../../mk/bsd.pkg.mk"