diff options
author | hans <hans> | 2012-01-12 17:14:45 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-12 17:14:45 +0000 |
commit | be7a96ee0c72872b2bcd3df0f70f6242beca0f8b (patch) | |
tree | 861fe2a5e6b1074b80ad70ec1a4ed76e84f3a0f9 /archivers | |
parent | 434e638e92c71629c8a6127cb7642d599ca946f6 (diff) | |
download | pkgsrc-be7a96ee0c72872b2bcd3df0f70f6242beca0f8b.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: |