summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-08-20 14:12:19 +0000
committergrant <grant@pkgsrc.org>2005-08-20 14:12:19 +0000
commit49cf4442e61ffa6fc82539781efc7f642faf9ca4 (patch)
tree6eec58536256cb1bde4b7295cb0017d540df8cb0 /devel/libebml
parent73474ac4d03594e51502a09151b972ed3ae92c92 (diff)
downloadpkgsrc-49cf4442e61ffa6fc82539781efc7f642faf9ca4.tar.gz
nuke ONLY_FOR_COMPILER .. newer versions of these packages build fine
with at least icc and sunpro.
Diffstat (limited to 'devel/libebml')
-rw-r--r--devel/libebml/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index 3e609d52761..f9d2dd5b4bd 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/08/03 03:19:40 grant Exp $
+# $NetBSD: Makefile,v 1.19 2005/08/20 14:12:19 grant Exp $
#
DISTNAME= libebml-0.7.5
@@ -22,6 +22,4 @@ BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux
BUILD_TARGET= staticlib
INSTALL_TARGET= install_headers install_staticlib
-ONLY_FOR_COMPILER= gcc icc
-
.include "../../mk/bsd.pkg.mk"