diff options
author | tron <tron@pkgsrc.org> | 1999-04-27 22:04:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-27 22:04:16 +0000 |
commit | acb5c984f749b94fec1c13fd740e9cb24f3f93ae (patch) | |
tree | a24f89b7317e44d7472c721ee10aa4f68309212a /net/ORBit | |
parent | ff16d972b933b9854f158dd2a35a5d1909fd0767 (diff) | |
download | pkgsrc-acb5c984f749b94fec1c13fd740e9cb24f3f93ae.tar.gz |
Avoid random build failures caused by wrong dependences.
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 837c09ca26f..e751504f3d7 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/04/16 19:24:35 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/04/27 22:04:16 tron Exp $ # DISTNAME= ORBit-0.4.3 @@ -21,4 +21,7 @@ CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" LIBTOOL_FLAGS= --install-la INFO_FILES= libIDL.info +post-extract: + @find ${WRKDIR} -name "*.idl" -type f | xargs ${TOUCH} + .include "../../mk/bsd.pkg.mk" |