diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 17:47:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 17:47:04 +0000 |
commit | 705bbd10fc1849f39ae801bc5f3bc88b69a5a255 (patch) | |
tree | 9813822bc34b07d9bb8269b574d21cae771d00fd /comms/scmxx | |
parent | caf46b4e91801916692951ab015b7c4bee5058ba (diff) | |
download | pkgsrc-705bbd10fc1849f39ae801bc5f3bc88b69a5a255.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index a08dbd1de79..ac5c4feea3c 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2011/04/22 13:43:11 obache Exp $ +# $NetBSD: Makefile,v 1.49 2012/02/16 17:47:04 hans Exp $ # DISTNAME= scmxx-0.9.0 @@ -12,8 +12,8 @@ HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ COMMENT= Data exchange utility for Siemens mobile phones GNU_CONFIGURE= yes -USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt +LDFLAGS.SunOS+= -lintl INSTALLATION_DIRS+= share/doc/scmxx share/examples/scmxx PKG_DESTDIR_SUPPORT= user-destdir |