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 | 8fab3cd1c9a4aaad275bc0d88913e4a863585f1a (patch) | |
tree | 921bc9b71bd8a96e443e16ffe3c62b183de8b720 /graphics | |
parent | cf43b979367185fd33a9dfbe356869964390769b (diff) | |
download | pkgsrc-8fab3cd1c9a4aaad275bc0d88913e4a863585f1a.tar.gz |
this needs -ldl on Solaris.
Diffstat (limited to 'graphics')
-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/* . |