diff options
author | hans <hans@pkgsrc.org> | 2012-01-12 17:14:45 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-12 17:14:45 +0000 |
commit | a079a9d341924bfd7fc09a740a6fb9b9ff897d43 (patch) | |
tree | 861fe2a5e6b1074b80ad70ec1a4ed76e84f3a0f9 /archivers | |
parent | 0d9bc90fdb74d963d2fa42345b4ce9c6045e5195 (diff) | |
download | pkgsrc-a079a9d341924bfd7fc09a740a6fb9b9ff897d43.tar.gz |
SunOS lacks strmode(), so get it from libnbcompat.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/archangel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/archangel/Makefile b/archivers/archangel/Makefile index c60092f8ac9..390ef2066b8 100644 --- a/archivers/archangel/Makefile +++ b/archivers/archangel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/05/02 13:22:35 zafer Exp $ +# $NetBSD: Makefile,v 1.12 2012/01/12 17:14:45 hans Exp $ DISTNAME= archangel-20050730 PKGREVISION= 1 @@ -16,6 +16,9 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/archangel +USE_FEATURES= nbcompat +MAKE_ENV+= LDADD=${LIBS:Q} + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |