diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-07-02 18:24:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-07-02 18:24:18 +0000 |
commit | cd2d9e6fe22258ae3a259ff2c110aca67c3ce56a (patch) | |
tree | fa40dde2af160574944d721ac4506d981c4cc9cd /comms | |
parent | 6b75292e1e8f52e90e3b8f9d79cd8b2afe58cfff (diff) | |
download | pkgsrc-cd2d9e6fe22258ae3a259ff2c110aca67c3ce56a.tar.gz |
This package just works on FreeBSD and NetBSD, use ONLY_FOR_PLATFORM.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 2c83a1fab63..d9ebb8f0ffa 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 18:18:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/02 18:24:18 xtraeme Exp $ # DISTNAME= obexapp-1.4.4 @@ -9,6 +9,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.geocities.com/m_evmenkin/ COMMENT= Obex application to transfer objects to mobile equipment +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* + WRKSRC= ${WRKDIR}/obexapp SUBST_CLASSES+= mk |