diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-21 19:28:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-21 19:28:40 +0000 |
commit | f6724a6aae95facb8547b3e3a8142003844d6a8f (patch) | |
tree | b8f29a03cde8d65b6aee923b1b1f0a5610dd2af5 /comms | |
parent | cbdf93aa1b73cc67d8cd20a11330f66df866aad9 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/birda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile index 199e13cf3529..76eaa0ba780f 100644 --- a/comms/birda/Makefile +++ b/comms/birda/Makefile @@ -10,4 +10,6 @@ MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \ MAINTAINER= mjl@luckie.org.nz COMMENT= Bohlin's IrDA utilities, ported from NetBSD's pkgsrc +USES= uidfix + .include <bsd.port.mk> |