diff options
-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/* . |