diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-12 16:48:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-12 16:48:40 +0000 |
commit | 0897ff0286fa3a0c71e05fe9cafa243e93208638 (patch) | |
tree | 429ab22ccad37c251aaf6068587eb3f7bcb3e5dc /emulators | |
parent | 5273d48d6042b0e00fc2b21575d8f141473d6399 (diff) | |
download | pkgsrc-0897ff0286fa3a0c71e05fe9cafa243e93208638.tar.gz |
unconditionally needs dlopen
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynamips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 2bd12e602f4..87513ce9b0c 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/02/06 19:30:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2015/03/12 16:48:40 tnn Exp $ DISTNAME= dynamips-0.2.8-RC2 PKGNAME= ${DISTNAME:S/-RC/rc/} @@ -33,5 +33,6 @@ do-install: .include "../../devel/libelf/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" +.include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |