diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 1caa4a12f11..e4bded6d9a4 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/03/03 18:25:52 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2012/04/13 22:47:47 hans Exp $ # DISTNAME= biew562 @@ -22,6 +22,9 @@ WRKSRC= ${WRKDIR}/biew-562 INSTALLATION_DIRS= bin +LIBS.SunOS+= -lrt +MAKE_ENV+= OS_LIBS=${LIBS:Q} + do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/biew ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/biew |