diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 11:38:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 11:38:00 +0000 |
commit | 1097308647482bbf69c850737a58791150534121 (patch) | |
tree | 921bc9b71bd8a96e443e16ffe3c62b183de8b720 | |
parent | 745020b014b1f6d9d3982da0ba835610eb953762 (diff) | |
download | pkgsrc-1097308647482bbf69c850737a58791150534121.tar.gz |
this needs -ldl on Solaris.
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 2cfaf522627..84abc9e69d4 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/06/15 11:37:36 grant Exp $ +# $NetBSD: Makefile,v 1.22 2004/06/15 11:38:00 grant Exp $ DISTNAME= pstoedit_3_31 PKGNAME= pstoedit-3.31 @@ -30,6 +30,8 @@ CONFIGURE_ARGS+=--datadir=${PREFIX}/share CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/pstoedit # plugin dir -- unused for now ALL_TARGET= +LIBS.SunOS+= -ldl + post-extract: cd ${WRKSRC} && ${LN} ../config/* . |