diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynamips-community/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index b0517d982167..76903f4385b0 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libelf.so:${PORTSDIR}/devel/libelf \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid +CFLAGS+= -I${PREFIX}/include/libelf + CONFLICTS= dynamips-[0-9]* dynamips-devel-[0-9]* USES= cmake |